From 755203c4837dae8663b902a4aa4e8f8e2c545476 Mon Sep 17 00:00:00 2001 From: thinkpadmaster Date: Mon, 3 Jul 2023 10:28:04 -0500 Subject: Style welcome message --- data/static/style.css | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'data/static') diff --git a/data/static/style.css b/data/static/style.css index 3eeb8a5..5d6c577 100644 --- a/data/static/style.css +++ b/data/static/style.css @@ -88,6 +88,17 @@ h1 { margin-left: 4vw; } +.frontpage-subtitle { + margin-left: 6vw; + display: flex; + flex-wrap: wrap; + flex-direction: row; +} + +.frontpage-subtitle > p { + margin: 10px; +} + h2 { font-weight: lighter; margin-bottom: 40px; @@ -183,7 +194,7 @@ img { @media screen and (max-width: 1000px) { .bottom { position: relative; - margin-top: 20vh; + margin-top: 13vh; max-height: fit-content; } .postContent { -- cgit v1.2.3