From ce04bb1637b08675506ac9f0c37beb2126e22310 Mon Sep 17 00:00:00 2001 From: BraedenCu Date: Thu, 28 Dec 2023 17:31:50 -0600 Subject: [PATCH] fixed spacing on smaller devices --- src/App.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/App.css b/src/App.css index ec9515c..9b9b651 100644 --- a/src/App.css +++ b/src/App.css @@ -637,6 +637,7 @@ a.hero-circle { position: relative; align-items: center; } + .resume{ width: 150px; } @@ -665,14 +666,20 @@ a.hero-circle { } /* hero */ - .main .hero { - padding: 7vh 0; + .hero { + padding: 1vh 0; width: 90% !important; height: auto !important; flex-direction: column; justify-content: center; } + .intro p { + max-width: 80%; + font-size: 18 px; + color: #94a3b8; + } + .content { align-items: center; width: 90% !important;