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.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/www/assets/single.css b/www/assets/single.css
index 09a0e29..70325d1 100644
--- a/www/assets/single.css
+++ b/www/assets/single.css
@@ -1,10 +1,12 @@
.post-info {
margin-block: 0;
- font-size: 0.9em;
+ font-family: monospace;
+ font-size: 0.95em;
display: flex;
flex-wrap: wrap;
+ gap: 1em;
- & > .created {
+ & > .words {
margin-inline-end: auto;
}
}