From 7604592b7a68fee231b63ff5123837e3eb1beaf8 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Mon, 22 Jan 2024 18:21:16 +0000 Subject: Update font sizes and padding in Default layout and Navbar --- src/styles/index.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/styles/index.css') diff --git a/src/styles/index.css b/src/styles/index.css index 9f383cd..57dc562 100644 --- a/src/styles/index.css +++ b/src/styles/index.css @@ -9,7 +9,7 @@ } #title { - font-size: 4vh; + font-size: 2.3em; } ul { @@ -29,13 +29,13 @@ p { display: flex; flex-direction: row; justify-content: center; - font-size: 6vh; - gap: 7vh; + font-size: 3.2em; + gap: 1.4em; } .email-contact { font-weight: 300; - font-size: 2.2vh; + font-size: 1.2em; } .information { @@ -65,8 +65,8 @@ p { /* Mobile view */ @media (max-width: 768px) { .social { - font-size: 5vh; - gap: 3vh; + font-size: 2.6em; + gap: 1em; } .information { -- cgit v1.2.3