From eff47738deb7e74aee4ad2c1d9b7849eb29f78f7 Mon Sep 17 00:00:00 2001 From: filifa Date: Mon, 18 Mar 2024 20:36:24 -0500 Subject: [PATCH] adjust margins and padding to look better on mobile --- styles.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/styles.css b/styles.css index 112fb64..a9d7d26 100644 --- a/styles.css +++ b/styles.css @@ -12,7 +12,7 @@ body { } header { - margin: 10px; + margin: 5px; width: 80ch; max-width: 100%; height: 110px; @@ -78,7 +78,7 @@ main { aside { background: turquoise; border: 3px black solid; - margin: 10px; + margin: 5px; padding: 10px; box-shadow: 5px 5px 5px; } @@ -86,8 +86,8 @@ aside { article { background: turquoise; border: 3px black solid; - margin: 10px; - padding: 30px; + margin: 5px; + padding: 20px; text-align: justify; hyphens: auto; box-shadow: 5px 5px 5px;