From 04fcadc4bfbb16ffbe05011107f4a5ec35ac1fce Mon Sep 17 00:00:00 2001 From: Sam Date: Wed, 7 Aug 2024 14:57:51 +0100 Subject: [PATCH] Home page content style --- static/css/style.css | 43 +++++++++++++++++++++++++++++++++++++------ 1 file changed, 37 insertions(+), 6 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 0f9f6fc..67f549b 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -115,14 +115,45 @@ a:hover { color: var(--heading1-color); } -.home-page { - display: flex; - align-items: flex-start; +.home-page-content { + line-height: 2; + margin-bottom: 30px; + margin-top: 30px; } -.home-page li { - left: 25px; - position: relative; +.home-page-content h1 { + text-align: center; + font-size: 32px !important; + margin-bottom: 120px; +} + +.home-page-content h3 { + font-weight: normal; + font-size: 28px; + text-align: center; + margin-bottom: 60px; +} + +.home-page-content h4 { + font-size: 18px; + text-align: center; +} + +.home-page-content h5 { + font-weight: normal; + font-size: 16px; + text-align: center; + margin-bottom: 60px; + margin-top: 60px; +} + +.home-page-content p { + font-weight: normal; + font-size: 16px; + text-align: center; + margin-bottom: 80px; + margin-left: 10vw; + margin-right: 10vw; } .profile-img {