commit 78580f438dc5848cb28ecefc1cd217dacd93c7be
parent adb6b6e25edf47527470bbf53b03ba93d59e6735
Author: Luís Ferreira <contact@lsferreira.net>
Date: Wed, 6 Oct 2021 00:47:55 +0100
style: fix post metadata date padding
Signed-off-by: Luís Ferreira <contact@lsferreira.net>
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/assets/sass/post.scss b/assets/sass/post.scss
@@ -10,6 +10,10 @@
text-decoration: none;
}
+.post-date {
+ padding-left: 10px;
+}
+
.post-content {
padding-top: 10px
}