commit: bd58ccd3b6db00c98520987c42fdea40d8e8dd2f parent dc897a5fef9ed10e23bee9b36ee719c31996f7a5 Author: tusooa <tusooa@kazv.moe> Date: Sun, 15 Jan 2023 22:39:20 -0500 Fix mobile layout marginDiffstat:
M | src/App.scss | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)diff --git a/src/App.scss b/src/App.scss
@@ -335,7 +335,7 @@ nav { .column { padding-top: 0; - margin-top: var(--navbar-height) 0 0 0; + margin: var(--navbar-height) 0 0 0; } .panel-heading,