From e176c0f0709bd17a46d943b96e631a3f2b1320fb Mon Sep 17 00:00:00 2001 From: maike Date: Wed, 2 Sep 2026 21:41:31 +0500 Subject: Clickable IRL photo --- css/main.css | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) (limited to 'css') 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; } -- cgit v1.3