fixed bug with auth card discord in header component for a laptop

This commit is contained in:
Kostya
2023-12-08 22:26:37 +03:00
parent d4ef038ed1
commit 924ca9ae6b

View File

@@ -252,6 +252,9 @@
.header__auth--discord { .header__auth--discord {
width: 14%; width: 14%;
} }
.header__balance {
width: auto;
}
.main { .main {
width: 75% !important; width: 75% !important;
} }
@@ -321,6 +324,9 @@
.header__auth--discord { .header__auth--discord {
width: 14%; width: 14%;
} }
.header__balance {
width: auto;
}
.main__content h1 { .main__content h1 {
font-size: 4.5em; font-size: 4.5em;
} }