diff options
| author | Henry Jameson <me@hjkos.com> | 2022-04-10 20:41:36 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-04-10 20:41:36 +0300 |
| commit | 62572c32049191328dfb8473ecf006cbfaa87413 (patch) | |
| tree | f511d00a90e8279feb6b2701e5fdbaefbae9e588 /src | |
| parent | 3f9d9dd6bd9e15ea906d29ad04e35faa2a808367 (diff) | |
remove margins from underlay since it causes horizontal scroll on
smaller screens
Diffstat (limited to 'src')
| -rw-r--r-- | src/App.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/App.scss b/src/App.scss index 8c744752..01359f2c 100644 --- a/src/App.scss +++ b/src/App.scss @@ -151,7 +151,6 @@ nav { grid-column-end: span 3; grid-row-start: 1; grid-row-end: 1; - margin: 0 calc(var(--columnGap) / -2); pointer-events: none; background-color: rgba(0, 0, 0, 0.15); background-color: var(--underlay, rgba(0, 0, 0, 0.15)); |
