From 584142ddd04a62d656052b45207f5bddc99b58c6 Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Sat, 3 Jun 2023 11:02:00 -0400 Subject: [PATCH] Styling changes --- src/styles/Layout.css | 3 +-- src/styles/Project.module.css | 4 +++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/styles/Layout.css b/src/styles/Layout.css index b322642..20310bf 100644 --- a/src/styles/Layout.css +++ b/src/styles/Layout.css @@ -34,7 +34,7 @@ img { main { display: flex; - gap: 5rem; + gap: 10vw; flex-direction: column; align-items: center; padding-bottom: 10em; @@ -47,7 +47,6 @@ main > section { border-radius: 1rem; background: rgb(0 0 0 / 0.3); padding: 2rem; - margin: 1rem; width: 90%; transition: scale 0.2s; } diff --git a/src/styles/Project.module.css b/src/styles/Project.module.css index 92e31c6..4319a6c 100644 --- a/src/styles/Project.module.css +++ b/src/styles/Project.module.css @@ -19,13 +19,15 @@ main { .longDescription { font-size: 1.5rem; - padding: 20px; text-align: justify; + padding: 1em; max-width: 700px; } .image img { max-height: 450px; + padding: 0; + border: 2px solid var(--secondary); } .longDescription h2 {