diff options
author | Serghei Cebotari <serghei@cebotari.ru> | 2023-12-02 23:58:20 +0300 |
---|---|---|
committer | Serghei Cebotari <serghei@cebotari.ru> | 2023-12-02 23:58:20 +0300 |
commit | 8e3947478ab85e4d53947a965bb29c97b03ef604 (patch) | |
tree | c352fafe41819b6c3b88d25b3f01280ba50e5663 | |
parent | 9f285a1e7bffb04eb2903f21d2a7983faf7f4111 (diff) |
Fix font size
-rw-r--r-- | layouts/partials/style.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/layouts/partials/style.html b/layouts/partials/style.html index 113d472..3dc2452 100644 --- a/layouts/partials/style.html +++ b/layouts/partials/style.html @@ -47,7 +47,8 @@ } .align-right { - text-align: right + text-align: right; + font-size: 11pt } .page { @@ -89,6 +90,7 @@ h3 { border-bottom-style: solid; border-bottom-width: 1px; + font-size: 13pt; } h1.name { |