diff options
| author | Henry Jameson <me@hjkos.com> | 2022-04-26 18:55:21 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-04-26 18:55:21 +0300 |
| commit | e5be00dae14a6578c6d37bf49920eefac6fab67a (patch) | |
| tree | bed8bc9beb0d1a9fe9b882c8c198f9cd23e5970f | |
| parent | cc8448565083031ff6bb7afaecbf43f26eff608f (diff) | |
fix mobile version
| -rw-r--r-- | src/App.scss | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/App.scss b/src/App.scss index 018d0313..d62d9ac2 100644 --- a/src/App.scss +++ b/src/App.scss @@ -294,7 +294,11 @@ nav { padding: 0; .column { - margin: 0; + margin-left: 0; + margin-right: 0; + padding-top: 0; + margin-top: var(--navbar-height); + margin-bottom: 0; } .underlay, |
