From 1674af80f117522408010d7a0d1687fc97ef0d5d Mon Sep 17 00:00:00 2001 From: "ASUSVIVOBOOK\\asiaworlderp" Date: Thu, 8 Aug 2024 15:52:28 +0630 Subject: [PATCH] minor bug fix --- styles.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/styles.css b/styles.css index 190afe0..1a73c9c 100644 --- a/styles.css +++ b/styles.css @@ -11,16 +11,16 @@ body{ } header{ - padding: 50px; + padding: 51px; background-color: cornflowerblue; color: white; text-align: center; - margin-bottom: 20px; + margin-bottom: 21px; } main{ max-width: 800px; - padding: 20px; + padding: 21px; margin: auto; display: flex; justify-content: space-between;