diff options
| author | tusooa <tusooa@kazv.moe> | 2023-01-15 22:39:20 -0500 |
|---|---|---|
| committer | tusooa <tusooa@kazv.moe> | 2023-01-16 09:34:24 -0500 |
| commit | bd58ccd3b6db00c98520987c42fdea40d8e8dd2f (patch) | |
| tree | e83cdd9cf9c2d680d87da408cb3bd81702dacd00 /src | |
| parent | dc897a5fef9ed10e23bee9b36ee719c31996f7a5 (diff) | |
Fix mobile layout margin
Diffstat (limited to 'src')
| -rw-r--r-- | src/App.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.scss b/src/App.scss index be5dce9d..1c4c8941 100644 --- 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, |
