This commit is contained in:
Kirill Pet
2024-12-19 19:59:30 +03:00
parent 0f3b5cd7e8
commit d7f32deadf

View File

@@ -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%;