🎨 update style
This commit is contained in:
parent
2fcf7ae845
commit
358d18dcff
File diff suppressed because one or more lines are too long
@ -7,7 +7,7 @@ let development_debug = false
|
|||||||
// development_debug = true
|
// development_debug = true
|
||||||
|
|
||||||
let enable_animations = false
|
let enable_animations = false
|
||||||
enable_animations = true
|
// enable_animations = true
|
||||||
|
|
||||||
const rotateYCard = '200deg'
|
const rotateYCard = '200deg'
|
||||||
const offsetCard = '10'
|
const offsetCard = '10'
|
||||||
|
@ -17,5 +17,5 @@ custom
|
|||||||
@import "./sprint_4.scss";
|
@import "./sprint_4.scss";
|
||||||
@import "./responsive_small";
|
@import "./responsive_small";
|
||||||
//@import "./coming_small_responsive";
|
//@import "./coming_small_responsive";
|
||||||
@import "./responsive";
|
@import "./responsive_big_screens";
|
||||||
|
|
||||||
|
@ -108,9 +108,7 @@ responsive land custom
|
|||||||
.flip-container .container-text {
|
.flip-container .container-text {
|
||||||
left: 600px;
|
left: 600px;
|
||||||
}
|
}
|
||||||
#carry {
|
|
||||||
min-height: 220vh;
|
|
||||||
}
|
|
||||||
|
|
||||||
#we_develop {
|
#we_develop {
|
||||||
height: 200vh;
|
height: 200vh;
|
||||||
@ -129,6 +127,7 @@ responsive land custom
|
|||||||
#china_achievements {
|
#china_achievements {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
padding: 1rem 172px 0;
|
padding: 1rem 172px 0;
|
||||||
|
|
||||||
.counter-block .text-description {
|
.counter-block .text-description {
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
@ -137,5 +136,59 @@ responsive land custom
|
|||||||
#full_creative {
|
#full_creative {
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#main_title {
|
||||||
|
width: 1200px;
|
||||||
|
top: -10rem;
|
||||||
|
}
|
||||||
|
#hand {
|
||||||
|
|
||||||
|
background-size: cover;
|
||||||
|
height: 1010px;
|
||||||
|
width: 100vw;
|
||||||
|
z-index: 0;
|
||||||
|
}
|
||||||
|
#carry {
|
||||||
|
min-height: 220vh;
|
||||||
|
|
||||||
|
.computer-block {
|
||||||
|
background-size: contain;
|
||||||
|
position: relative;
|
||||||
|
height: 100vh;
|
||||||
|
left: 0;
|
||||||
|
top: -68rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
#open {
|
||||||
|
top: 900px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#unlock {
|
||||||
|
left: 13vw;
|
||||||
|
height: 420px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#unlock_white {
|
||||||
|
margin-top: -80px;
|
||||||
|
height: 420px;
|
||||||
|
margin-left: 13vw;
|
||||||
|
width: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
#china {
|
||||||
|
height: 150vh
|
||||||
|
}
|
||||||
|
|
||||||
|
#our_team {
|
||||||
|
background: white;
|
||||||
|
padding-top: 17rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
#china_achievements {
|
||||||
|
margin-top: 25rem;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user