diff options
| author | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2024-02-15 21:29:37 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2024-02-15 21:29:37 +0100 |
| commit | 8b33a7fc4a11b0c0977e598704d0f67ba2ca503d (patch) | |
| tree | 22284bbd792424af9bc2632297616108ce9fef7e /assets/css/base.scss | |
| parent | e573cda23d2d58220a2971b7418eebccb56b20c6 (diff) | |
New navbar
Diffstat (limited to 'assets/css/base.scss')
| -rw-r--r-- | assets/css/base.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/assets/css/base.scss b/assets/css/base.scss index 9a54972..083a667 100644 --- a/assets/css/base.scss +++ b/assets/css/base.scss @@ -12,8 +12,10 @@ body { body { min-height: 100vh; max-width: 100vw; + display: flex; flex-direction: column; + gap: 0.5rem; background-color: var(--body-background); color: var(--body-color); |
