small adjustments on smaller screeens

This commit is contained in:
Tykayn 2023-06-01 12:34:51 +02:00 committed by tykayn
parent 3ef047c603
commit 2c7b108836
2 changed files with 12 additions and 1 deletions

View File

@ -51,15 +51,18 @@
text-align: left;
margin: 0 auto;
width: 80%;
//background: #fff;
//padding: 2rem;
}
.second {
font-weight: 400;
font-size: 1.5rem;
line-height: 130%;
}
}
@media screen and (max-width: 1023px) {
@media screen and (max-width: 1300px) {
#transactionnal_webdesign {
min-height: 100vh;

View File

@ -20,3 +20,11 @@
margin-top: 605vw;
}
}
@media screen and (max-width: 1200px) {
#baozun_group {
margin-top: 650vw;
}
}