summaryrefslogtreecommitdiffstats
path: root/sass/styles.scss
diff options
context:
space:
mode:
Diffstat (limited to 'sass/styles.scss')
-rw-r--r--sass/styles.scss19
1 files changed, 19 insertions, 0 deletions
diff --git a/sass/styles.scss b/sass/styles.scss
index 4dbe180..78a76c7 100644
--- a/sass/styles.scss
+++ b/sass/styles.scss
@@ -37,3 +37,22 @@ img {
font-size: small;
}
}
+
+.post-title {
+ margin-top: 0;
+}
+
+.post-meta {
+ display: flex;
+ justify-content: space-between;
+ font-size: x-small;
+ .post-tags {
+ display: flex;
+ list-style: none;
+ * + * {
+ &::before {
+ content: ", "
+ }
+ }
+ }
+}