aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSerghei Cebotari <serghei@cebotari.ru>2023-12-02 23:58:20 +0300
committerSerghei Cebotari <serghei@cebotari.ru>2023-12-02 23:58:20 +0300
commit8e3947478ab85e4d53947a965bb29c97b03ef604 (patch)
treec352fafe41819b6c3b88d25b3f01280ba50e5663
parent9f285a1e7bffb04eb2903f21d2a7983faf7f4111 (diff)
Fix font size
-rw-r--r--layouts/partials/style.html4
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 {