From c4fb17fe6f55bdd48d69e5e2fbe68b21aac6b1d4 Mon Sep 17 00:00:00 2001 From: marcellus Date: Wed, 7 Aug 2024 22:57:28 +0200 Subject: add: added content to the culture section --- style.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'style.css') diff --git a/style.css b/style.css index 00d65b7..33c00d2 100644 --- a/style.css +++ b/style.css @@ -328,6 +328,23 @@ h3.skill, .skill-cats h4 { } } +.citation { + text-align: center; + font-weight: bold; + font-size: 1.3em; +} + +.citation p { + margin: 0; +} + +.author { + text-align: right; + font-weight: normal; + font-style: italic; + font-size: smaller; +} + footer { font-size: small; text-align: right; -- cgit v1.2.3