summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authormaike <maike@synzr.tw>2026-09-02 21:41:31 +0500
committermaike <maike@synzr.tw>2026-09-02 22:20:44 +0500
commite176c0f0709bd17a46d943b96e631a3f2b1320fb (patch)
tree422c5fec7cb4b1f90ec4d895b7f86329bcddb87e /css
parente7c15e2602e49355444f5d90819dfd0ea66e47bf (diff)
downloadhamster-e176c0f0709bd17a46d943b96e631a3f2b1320fb.tar.gz
hamster-e176c0f0709bd17a46d943b96e631a3f2b1320fb.tar.bz2
hamster-e176c0f0709bd17a46d943b96e631a3f2b1320fb.zip
Clickable IRL photo
Diffstat (limited to 'css')
-rw-r--r--css/main.css25
1 files changed, 22 insertions, 3 deletions
diff --git a/css/main.css b/css/main.css
index 83dc70b..6800c97 100644
--- a/css/main.css
+++ b/css/main.css
@@ -4,7 +4,7 @@ body {
color: #424242;
background-color: #f9f9f9;
font-family: 'PT Sans', Arial, Helvetica, sans-serif;
- font-size: 14px;
+ font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
@@ -52,16 +52,35 @@ h1, h2, h3, h4, h5, h6 {
}
}
+.article {
+ padding: 0 9px;
+}
+
.article .title {
margin: 0;
}
+.article .divider {
+ margin: 9px 0;
+}
+
.article .section .title,
.article .section .text {
margin: 9px 0;
+}
+
+.article .section .text {
text-align: justify;
+ text-indent: 12.5mm;
}
-.divider {
- margin: 9px 0;
+.article .section .figure {
+ margin: 0 0 0 9px;
+ width: min-content;
+ float: right;
+}
+
+.article .section .figure .caption {
+ font-style: italic;
+ font-size: 11px;
}