added width for auth card discord for a laptop

This commit is contained in:
Kostya
2023-12-08 22:23:33 +03:00
parent 9f0ffde2de
commit d4ef038ed1

View File

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