diff options
| author | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-11-18 19:31:49 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-11-18 19:31:49 +0100 |
| commit | 1bd65213097cfdac6b3bb0164821299d99d7e351 (patch) | |
| tree | f41a47493ccb21bed2a2084c5303122e3a75de0d /scss/tag.scss | |
| parent | 964ae2b7f03ebfaac051e9c14e142c178ad16cca (diff) | |
feat(tag): better style and navbar to return home
Diffstat (limited to 'scss/tag.scss')
| -rw-r--r-- | scss/tag.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/tag.scss b/scss/tag.scss index 3b1376c..075f3ab 100644 --- a/scss/tag.scss +++ b/scss/tag.scss @@ -24,7 +24,7 @@ .tag { cursor: pointer; padding: 0.5rem; - border-radius: 16px; + border-radius: 8px; @media only screen and (max-width: vars.$bp-little) { cursor: auto; } |
