[TELE-1393] optimize desktop banner & padding

This commit is contained in:
Daniel Muyshond 2022-07-29 14:37:38 +02:00
parent ce2eed3821
commit 374f13c429
1 changed files with 24 additions and 1 deletions

View File

@ -25,8 +25,27 @@ $logo-width: 110px !default;
}
}
@media screen and (min-width: $nav-mobile-limit) {
body.has-picture .site-nav::after {
width: 1580px;
border-radius: $border-radius $border-radius 0 $border-radius;
margin: 0 auto;
}
}
@media screen and (max-width: $width) {
#main-content {
padding: 16px;
}
}
@media screen and (min-width: $width) {
#main-content {
padding-top: 16px;
}
}
#main-content {
padding: 16px;
padding-top: 16px;
}
@media screen and (max-width: $nav-mobile-limit) {
@ -179,6 +198,10 @@ div#rub_service div.category ul > li:last-child a:only-child, div#services > ul
border-radius: 0;
}
.wcs-forms-of-category-cell {
padding-bottom: 16px;
}
/*
Links
*/