summaryrefslogtreecommitdiff
path: root/_sass
diff options
context:
space:
mode:
Diffstat (limited to '_sass')
-rw-r--r--_sass/yat/_layout.scss6
1 files changed, 4 insertions, 2 deletions
diff --git a/_sass/yat/_layout.scss b/_sass/yat/_layout.scss
index 7ff5cdd..d5bb9bb 100644
--- a/_sass/yat/_layout.scss
+++ b/_sass/yat/_layout.scss
@@ -324,14 +324,16 @@ html {
}
.post-tags .post-tag {
+ display: inline-block;
text-decoration: none;
border: 1px solid;
padding: 2px 4px;
border-radius: 2px;
transition: color 0.2s;
+ margin-bottom: 8px;
- &:not(:first-child) {
- margin-left: 8px;
+ &:not(:last-child) {
+ margin-right: 8px;
}
&:hover {