mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 20:29:35 +02:00
fixed adaptive for a laptop 1200-1399px
This commit is contained in:
@@ -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%;
|
||||||
|
|||||||
Reference in New Issue
Block a user