From 912351ea869dcb480a1cd1d4275cc73fd16b6520 Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Thu, 15 Jun 2023 13:38:11 -0400 Subject: [PATCH] Change padding and grammar --- src/components/Hire.astro | 6 +++--- src/styles/About.module.css | 3 +-- src/styles/Hire.module.css | 1 - src/styles/Project.module.css | 1 - 4 files changed, 4 insertions(+), 7 deletions(-) diff --git a/src/components/Hire.astro b/src/components/Hire.astro index 525243e..37e3a84 100644 --- a/src/components/Hire.astro +++ b/src/components/Hire.astro @@ -15,10 +15,10 @@ import Divider from "./Divider.astro"

diff --git a/src/styles/About.module.css b/src/styles/About.module.css index cba6f07..904c346 100644 --- a/src/styles/About.module.css +++ b/src/styles/About.module.css @@ -9,14 +9,13 @@ .about { text-align: justify; - padding: 3.5rem; display: flex; gap: 1rem; flex-direction: column; align-items: center; } -.textArticle p { +.textArticle { font-size: 1.5rem; max-width: 40rem; } diff --git a/src/styles/Hire.module.css b/src/styles/Hire.module.css index dfa7337..17c6a29 100644 --- a/src/styles/Hire.module.css +++ b/src/styles/Hire.module.css @@ -2,7 +2,6 @@ display: flex; flex-direction: column; align-items: center; - padding: 3rem; } .hireTitle { diff --git a/src/styles/Project.module.css b/src/styles/Project.module.css index 101df0d..fc59875 100644 --- a/src/styles/Project.module.css +++ b/src/styles/Project.module.css @@ -1,7 +1,6 @@ .longDescription { font-size: 1.5rem; text-align: justify; - padding: 1em; max-width: 40rem; }