fixed adaptive for a laptop 1200-1399px

This commit is contained in:
Kostya
2023-12-08 14:59:47 +03:00
parent 776b85186f
commit 9f0ffde2de

View File

@@ -250,7 +250,7 @@
@media screen and (min-device-width: 1400px) and (max-device-width: 1600px) { @media screen and (min-device-width: 1400px) and (max-device-width: 1600px) {
.main { .main {
width: 75%; width: 75% !important;
} }
.main__content h1 { .main__content h1 {
font-size: 4.5em; font-size: 4.5em;
@@ -320,6 +320,7 @@
} }
.gamemode__main { .gamemode__main {
height: auto; height: auto;
width: 28.5%;
} }
.title-firstline { .title-firstline {
font-size: 4.1em; font-size: 4.1em;
@@ -335,7 +336,7 @@
top: -.4em; top: -.4em;
} }
.line__img { .line__img {
margin: 1% -15% 0 2%; margin: 1% -5% 0 2%;
} }
.gamemode__firstline img { .gamemode__firstline img {
width: 60%; width: 60%;