diff options
| author | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-11-10 15:49:27 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-11-10 15:49:27 +0100 |
| commit | 3e2938791e23c4ceee1fc8093b03ccd6658e4a97 (patch) | |
| tree | edbaba5281be92a09d0e8a36da2ee5aab57cb4a6 /scss/main.scss | |
| parent | c6b6252270e94d4512884187135df1c1a20f5734 (diff) | |
feat(handle): error 404 by redirecting to /
Diffstat (limited to 'scss/main.scss')
| -rw-r--r-- | scss/main.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/main.scss b/scss/main.scss index 77c1b3f..80bd37c 100644 --- a/scss/main.scss +++ b/scss/main.scss @@ -38,6 +38,7 @@ a { display: flex; gap: 1rem; font-size: 16px; + margin-left: 1rem; @media only screen and (max-width: $bp-little) { gap: 0; align-items: center; |
