gather media queries
This commit is contained in:
parent
6d6218b1b3
commit
684d33eeb6
@ -13775,6 +13775,10 @@ main .credits {
|
|||||||
border-radius: 80px;
|
border-radius: 80px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
responsive land
|
||||||
|
*/
|
||||||
|
|
||||||
@media all and (max-width: 1023px) {
|
@media all and (max-width: 1023px) {
|
||||||
#main_title_container h2 {
|
#main_title_container h2 {
|
||||||
margin-top: 5vh;
|
margin-top: 5vh;
|
||||||
@ -14061,6 +14065,9 @@ main .credits {
|
|||||||
section#carry .bubbles p :nth-of-type(4) {
|
section#carry .bubbles p :nth-of-type(4) {
|
||||||
left: -10%;
|
left: -10%;
|
||||||
}
|
}
|
||||||
|
#we_develop .ar {
|
||||||
|
margin-top: -3rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media all and (max-width: 1300px) {
|
@media all and (max-width: 1300px) {
|
||||||
@ -14115,15 +14122,6 @@ main .credits {
|
|||||||
padding-right: 6rem;
|
padding-right: 6rem;
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
@media all and (max-width: 1100px) {
|
|
||||||
#we_develop .ar {
|
|
||||||
margin-top: -3rem;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media all and (max-width: 1500px) {
|
|
||||||
#full_creative {
|
#full_creative {
|
||||||
padding-bottom: 20rem;
|
padding-bottom: 20rem;
|
||||||
}
|
}
|
||||||
@ -14147,9 +14145,6 @@ main .credits {
|
|||||||
#full_creative img {
|
#full_creative img {
|
||||||
margin-bottom: 15rem;
|
margin-bottom: 15rem;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
@media screen and (max-width: 1500px) {
|
|
||||||
#our_team {
|
#our_team {
|
||||||
margin-top: 30rem;
|
margin-top: 30rem;
|
||||||
padding-bottom: 20rem;
|
padding-bottom: 20rem;
|
||||||
@ -14206,9 +14201,6 @@ main .credits {
|
|||||||
#china_achievements .title {
|
#china_achievements .title {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
@media screen and (max-width: 1500px) {
|
|
||||||
#baozun_group {
|
#baozun_group {
|
||||||
margin-top: 605vw;
|
margin-top: 605vw;
|
||||||
}
|
}
|
||||||
@ -14223,10 +14215,6 @@ main .credits {
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
responsive land
|
|
||||||
*/
|
|
||||||
|
|
||||||
@media screen and (max-width: 600px) {
|
@media screen and (max-width: 600px) {
|
||||||
|
|
||||||
.burger-menu span,
|
.burger-menu span,
|
||||||
|
@ -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'
|
||||||
|
Loading…
Reference in New Issue
Block a user