From 8e3947478ab85e4d53947a965bb29c97b03ef604 Mon Sep 17 00:00:00 2001 From: Serghei Cebotari Date: Sat, 2 Dec 2023 23:58:20 +0300 Subject: [PATCH] Fix font size --- layouts/partials/style.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 {