diff options
| author | Henry Jameson <me@hjkos.com> | 2022-04-10 22:37:08 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-04-10 22:37:08 +0300 |
| commit | 5d203e93ae6bc55988c6f4672d589787308099f0 (patch) | |
| tree | a962b799fddd9b6dfcfb41647dd0ae2df78d4466 /src/App.scss | |
| parent | fe8b5b62ae284c5e105d2b1063815dc28582194d (diff) | |
improvements to relative panel sizing
Diffstat (limited to 'src/App.scss')
| -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 eae3afa3..acaf282a 100644 --- a/src/App.scss +++ b/src/App.scss @@ -2,7 +2,7 @@ @import './_variables.scss'; :root { - --navbar-height: 3.5em; + --navbar-height: 3.5rem; } html { |
