fitness
Kirill Pet 8 months ago
parent 0f3b5cd7e8
commit d7f32deadf
  1. 8
      assets/css/gp-style-desktop.css

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

Loading…
Cancel
Save