🎨 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
|
||||
|
||||
let enable_animations = false
|
||||
enable_animations = true
|
||||
// enable_animations = true
|
||||
|
||||
const rotateYCard = '200deg'
|
||||
const offsetCard = '10'
|
||||
|
@ -17,5 +17,5 @@ custom
|
||||
@import "./sprint_4.scss";
|
||||
@import "./responsive_small";
|
||||
//@import "./coming_small_responsive";
|
||||
@import "./responsive";
|
||||
@import "./responsive_big_screens";
|
||||
|
||||
|
@ -105,12 +105,10 @@ responsive land custom
|
||||
@media all and (min-width: 1900px) {
|
||||
|
||||
|
||||
.flip-container .container-text{
|
||||
.flip-container .container-text {
|
||||
left: 600px;
|
||||
}
|
||||
#carry {
|
||||
min-height: 220vh;
|
||||
}
|
||||
|
||||
|
||||
#we_develop {
|
||||
height: 200vh;
|
||||
@ -119,17 +117,18 @@ responsive land custom
|
||||
#main_title_container h2 {
|
||||
margin-top: 0;
|
||||
}
|
||||
#china .columns{
|
||||
#china .columns {
|
||||
margin-top: -6vh;
|
||||
}
|
||||
|
||||
#our_team{
|
||||
#our_team {
|
||||
min-height: 200vh;
|
||||
}
|
||||
#china_achievements {
|
||||
margin-top: 0;
|
||||
padding: 1rem 172px 0;
|
||||
.counter-block .text-description{
|
||||
|
||||
.counter-block .text-description {
|
||||
font-size: 1rem;
|
||||
}
|
||||
}
|
||||
@ -137,5 +136,59 @@ responsive land custom
|
||||
#full_creative {
|
||||
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