From 8e91b21fdc00aa4baf86acbf84c18eee3abe8c7f Mon Sep 17 00:00:00 2001 From: Kostya Date: Thu, 23 Nov 2023 20:55:41 +0300 Subject: [PATCH] changed unit from px to % in asidebar(menu) --- luckydiamond/src/assets/css/ComponentsStyles/asidebar.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/luckydiamond/src/assets/css/ComponentsStyles/asidebar.css b/luckydiamond/src/assets/css/ComponentsStyles/asidebar.css index 9c630c4..0657cef 100644 --- a/luckydiamond/src/assets/css/ComponentsStyles/asidebar.css +++ b/luckydiamond/src/assets/css/ComponentsStyles/asidebar.css @@ -12,7 +12,7 @@ } .menu__btn--home { - margin-top: 12px; + margin-top: 12%; } .menu__btns--gamemodes { @@ -38,7 +38,7 @@ } .menu__content--gamemodes a { - padding: 20px 10px; + padding: 35% 7%; } .menu__content--gamemodes a img { @@ -53,5 +53,5 @@ .menu__btn--settings { position: absolute; bottom: 0; - margin-bottom: 12px; + margin-bottom: 1.2%; } \ No newline at end of file