From 9d33b5b5a74a69ceb85d5c6f225f38ee12212daf Mon Sep 17 00:00:00 2001 From: Serghei Cebotari Date: Tue, 5 Dec 2023 00:02:24 +0300 Subject: Update styles --- layouts/partials/style.html | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'layouts/partials/style.html') diff --git a/layouts/partials/style.html b/layouts/partials/style.html index 6a1e377..e7604e3 100644 --- a/layouts/partials/style.html +++ b/layouts/partials/style.html @@ -32,13 +32,8 @@ font-display: swap; } - .font-small { - font-size: small; - } - body { font-family: 'Computer Modern Serif', serif; - font-size: 13pt; line-height: 100%; } @@ -48,7 +43,6 @@ .align-right { text-align: right; - font-size: 11pt } .page { @@ -80,7 +74,6 @@ } h1, - h2, h3 { margin-top: 5px; margin-bottom: 5px; @@ -90,7 +83,6 @@ h3 { border-bottom-style: solid; border-bottom-width: 1px; - font-size: 13pt; } h1.name { @@ -99,7 +91,7 @@ margin-bottom: 5px; } - em { + .subtitle { font-size: small; } -- cgit v1.2.3