diff options
Diffstat (limited to 'css/main.css')
| -rw-r--r-- | css/main.css | 25 |
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; } |
