From 924ca9ae6bba90d39e790ad7364ad02f701d8995 Mon Sep 17 00:00:00 2001 From: Kostya Date: Fri, 8 Dec 2023 22:26:37 +0300 Subject: [PATCH] fixed bug with auth card discord in header component for a laptop --- luckydiamond/src/assets/css/PagesStyles/home.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/luckydiamond/src/assets/css/PagesStyles/home.css b/luckydiamond/src/assets/css/PagesStyles/home.css index 46e2581..38ce1a6 100644 --- a/luckydiamond/src/assets/css/PagesStyles/home.css +++ b/luckydiamond/src/assets/css/PagesStyles/home.css @@ -252,6 +252,9 @@ .header__auth--discord { width: 14%; } + .header__balance { + width: auto; + } .main { width: 75% !important; } @@ -321,6 +324,9 @@ .header__auth--discord { width: 14%; } + .header__balance { + width: auto; + } .main__content h1 { font-size: 4.5em; }