aboutsummaryrefslogtreecommitdiff
path: root/scss/tag.scss
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me>2024-11-18 19:31:49 +0100
committerAnhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me>2024-11-18 19:31:49 +0100
commit1bd65213097cfdac6b3bb0164821299d99d7e351 (patch)
treef41a47493ccb21bed2a2084c5303122e3a75de0d /scss/tag.scss
parent964ae2b7f03ebfaac051e9c14e142c178ad16cca (diff)
feat(tag): better style and navbar to return home
Diffstat (limited to 'scss/tag.scss')
-rw-r--r--scss/tag.scss2
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;
}