summaryrefslogtreecommitdiffstats
path: root/css/main.css
diff options
context:
space:
mode:
authormaike <maike@synzr.tw>2026-09-02 00:23:42 +0500
committermaike <maike@synzr.tw>2026-09-02 00:23:42 +0500
commite7c15e2602e49355444f5d90819dfd0ea66e47bf (patch)
treee6e028ee4fd86523015d7bc36f7dca7dff7fb69f /css/main.css
parentd5f4539e7ab6cb00513cd428b6ab08c67ddd6bc9 (diff)
downloadhamster-e7c15e2602e49355444f5d90819dfd0ea66e47bf.tar.gz
hamster-e7c15e2602e49355444f5d90819dfd0ea66e47bf.tar.bz2
hamster-e7c15e2602e49355444f5d90819dfd0ea66e47bf.zip
Basic article layout
Diffstat (limited to 'css/main.css')
-rw-r--r--css/main.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/css/main.css b/css/main.css
index 9531435..83dc70b 100644
--- a/css/main.css
+++ b/css/main.css
@@ -51,3 +51,17 @@ h1, h2, h3, h4, h5, h6 {
display: none; /* hide on tiny screens */
}
}
+
+.article .title {
+ margin: 0;
+}
+
+.article .section .title,
+.article .section .text {
+ margin: 9px 0;
+ text-align: justify;
+}
+
+.divider {
+ margin: 9px 0;
+}