fix 3
This commit is contained in:
@@ -29,6 +29,12 @@
|
||||
@media only screen and (min-width: 992px) and (max-width: 1500px) {
|
||||
.wrapper{
|
||||
max-width: 100%;
|
||||
width: 100%;
|
||||
|
||||
padding: 0 20px;
|
||||
}
|
||||
.header__wrapper{
|
||||
padding: 20px;
|
||||
}
|
||||
}
|
||||
/* text */
|
||||
@@ -279,7 +285,7 @@
|
||||
/* footer */
|
||||
|
||||
/* Стили для лептопов */
|
||||
@media only screen and (min-width: 992px) and (max-width: 1400px) {
|
||||
@media only screen and (min-width: 992px) and (max-width: 1500px) {
|
||||
.wrapper{
|
||||
width: 100%;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user