From fad35e21d2bf8a2e1398e83887bb779a28e60ee6 Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Sat, 25 Oct 2025 21:17:12 +0800 Subject: Front page. --- _site/assets/css/main.css | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) (limited to '_site/assets') diff --git a/_site/assets/css/main.css b/_site/assets/css/main.css index 43afb69..776a055 100644 --- a/_site/assets/css/main.css +++ b/_site/assets/css/main.css @@ -7,7 +7,7 @@ body{ text-decoration-skip: ink; color: #2f2f2f; padding-top: 10px; - font-family: 'IM Fell DW Pica', serif; + font-family: serif; background-color: #f4f2e8; } @@ -83,11 +83,12 @@ td { padding-top: 20px; } -.tagline{ +.tagline { padding-top: 20px; } -.brand{ +.brand { + margin-bottom: 2rem; font-family: 'IM Fell English SC', serif; } @@ -182,7 +183,7 @@ and (min-device-width : 768px) { column-gap: 20px; width: 100%; } - .tag{ + .tag { width: 23%; margin-right:0; } @@ -192,7 +193,7 @@ and (min-device-width : 768px) { font-size: 2.5em; } -.twocol{ +.twocol { -ms-word-break: keep-all; word-break: keep-all; hyphens: auto; @@ -228,3 +229,19 @@ and (min-device-width : 768px) { border: none; vertical-align:top; } + +.author { + margin-bottom: 2rem; +} + +h1.brand { + margin: 0.67em 0; +} + +.brand-description { + margin-bottom: 2rem; +} + +.tagline { + margin-bottom: 2.5rem; +} -- cgit v1.2.3