refactor
This commit is contained in:
@@ -2,7 +2,9 @@
|
||||
Боксы info/contacts/operatorInfo/requisites унифицированы в .infoBox. */
|
||||
|
||||
.main {
|
||||
padding: 40px 20px;
|
||||
/* верхний отступ компенсирует фиксированный Header (position: fixed, ~88px),
|
||||
иначе начало контента уходит под шапку */
|
||||
padding: 120px 20px 40px;
|
||||
max-width: 1200px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
@@ -187,6 +189,10 @@
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.main {
|
||||
padding-top: 100px;
|
||||
}
|
||||
|
||||
.container {
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user