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; }