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