commit: 7b0f72601be2ea03e76ab2d0b167740daba5c93f
parent bd644a7d5276a1eb494dc0face808ae01311959d
Author: Henry Jameson <me@hjkos.com>
Date: Sun, 1 Dec 2024 21:36:58 +0200
use relative value so it's more usable on mobile
Diffstat:
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
@@ -130,7 +130,7 @@
&:not(.active) {
margin-top: 0;
- margin-left: 1.5em;
+ margin-left: 20%;
}
@media all and (max-width: 800px) {