aboutsummaryrefslogtreecommitdiff
path: root/www/assets/single.css
diff options
context:
space:
mode:
Diffstat (limited to 'www/assets/single.css')
-rw-r--r--www/assets/single.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/www/assets/single.css b/www/assets/single.css
new file mode 100644
index 0000000..09a0e29
--- /dev/null
+++ b/www/assets/single.css
@@ -0,0 +1,18 @@
+.post-info {
+ margin-block: 0;
+ font-size: 0.9em;
+ display: flex;
+ flex-wrap: wrap;
+
+ & > .created {
+ margin-inline-end: auto;
+ }
+}
+
+.end-hr {
+ border: none;
+ width: 8em;
+ margin-block-start: 1.5em;
+ margin-inline-start: 0;
+ border-top: 1px dashed black;
+}