mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 04:09:29 +02:00
added width for auth card discord for a laptop
This commit is contained in:
@@ -249,6 +249,9 @@
|
|||||||
/* Media */
|
/* Media */
|
||||||
|
|
||||||
@media screen and (min-device-width: 1400px) and (max-device-width: 1600px) {
|
@media screen and (min-device-width: 1400px) and (max-device-width: 1600px) {
|
||||||
|
.header__auth--discord {
|
||||||
|
width: 14%;
|
||||||
|
}
|
||||||
.main {
|
.main {
|
||||||
width: 75% !important;
|
width: 75% !important;
|
||||||
}
|
}
|
||||||
@@ -315,6 +318,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-device-width: 1200px) and (max-device-width: 1399px) {
|
@media screen and (min-device-width: 1200px) and (max-device-width: 1399px) {
|
||||||
|
.header__auth--discord {
|
||||||
|
width: 14%;
|
||||||
|
}
|
||||||
.main__content h1 {
|
.main__content h1 {
|
||||||
font-size: 4.5em;
|
font-size: 4.5em;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user