From 7b0f72601be2ea03e76ab2d0b167740daba5c93f Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Sun, 1 Dec 2024 21:36:58 +0200 Subject: [PATCH] use relative value so it's more usable on mobile --- src/components/tab_switcher/tab_switcher.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/tab_switcher/tab_switcher.scss b/src/components/tab_switcher/tab_switcher.scss index a4d5aa3a..dfb23811 100644 --- a/src/components/tab_switcher/tab_switcher.scss +++ b/src/components/tab_switcher/tab_switcher.scss @@ -130,7 +130,7 @@ &:not(.active) { margin-top: 0; - margin-left: 1.5em; + margin-left: 20%; } @media all and (max-width: 800px) {