commit: e5be00dae14a6578c6d37bf49920eefac6fab67a parent cc8448565083031ff6bb7afaecbf43f26eff608f Author: Henry Jameson <me@hjkos.com> Date: Tue, 26 Apr 2022 18:55:21 +0300 fix mobile versionDiffstat:
M | src/App.scss | 6 | +++++- |
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git 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,