aboutsummaryrefslogtreecommitdiff
path: root/scss/tag.scss
diff options
context:
space:
mode:
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;
}