diff --git a/src/styles/About.module.css b/src/styles/About.module.css index 2e7a83d..cba6f07 100644 --- a/src/styles/About.module.css +++ b/src/styles/About.module.css @@ -9,20 +9,16 @@ .about { text-align: justify; - font-size: 1.5em; + padding: 3.5rem; display: flex; - gap: 1em; + gap: 1rem; flex-direction: column; align-items: center; } .textArticle p { - margin: auto; - max-width: 80%; -} - -.about a { - text-decoration: none; + font-size: 1.5rem; + max-width: 40rem; } .certifications img { diff --git a/src/styles/Project.module.css b/src/styles/Project.module.css index c0c007b..9d130e0 100644 --- a/src/styles/Project.module.css +++ b/src/styles/Project.module.css @@ -1,3 +1,10 @@ +.longDescription { + font-size: 1.5rem; + text-align: justify; + padding: 1em; + max-width: 40rem; +} + .overview { width: 100%; padding: 20px; @@ -13,13 +20,6 @@ padding: 3em 0 0; } -.longDescription { - font-size: 1.5rem; - text-align: justify; - padding: 1em; - max-width: 700px; -} - .image img { max-height: 450px; padding: 0;