diff options
Diffstat (limited to 'sass')
-rw-r--r-- | sass/styles.scss | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sass/styles.scss b/sass/styles.scss index f4e6ea9..87bb0d1 100644 --- a/sass/styles.scss +++ b/sass/styles.scss @@ -43,16 +43,13 @@ pre { } .post-title { - margin-top: 0; + margin-bottom: 0; } .post-meta { - display: flex; - justify-content: space-between; font-size: x-small; - .post-tags { + .meta-tags { display: flex; - list-style: none; * + * { &::before { content: ", " |