From e446def3a81b6d8e12c7e24655013b129fc04c29 Mon Sep 17 00:00:00 2001 From: JesseBrault0709 <62299747+JesseBrault0709@users.noreply.github.com> Date: Sun, 9 Jun 2024 14:51:53 +0200 Subject: [PATCH] Quick contact page styling. --- static/main.css | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/static/main.css b/static/main.css index 7b1e3bb..04fe7c1 100644 --- a/static/main.css +++ b/static/main.css @@ -325,7 +325,9 @@ article.compositions { } .contact-banner article.social-media-links h1 { - font-size: 36px; + margin: 0; + margin-bottom: 20px; + font-size: 1.5em; color: var(--light-gray); } @@ -362,12 +364,12 @@ article.compositions { } .contact-banner svg { - height: 72px; + height: 48px; justify-self: center; } .contact-banner a span { - font-size: 27px; + font-size: 1em; justify-self: stretch; } @@ -588,4 +590,16 @@ form.contact { font-size: 18px; letter-spacing: 0.15em; } + + .contact-banner svg { + height: 72px; + } + + .contact-banner article.social-media-links h1 { + font-size: 2em; + } + + .contact-banner a span { + font-size: 1.75em; + } }