From 7d642b33a432879f60dc56559dcdbe98c45ce7f9 Mon Sep 17 00:00:00 2001 From: Shovit <119912892+Virtual4087@users.noreply.github.com> Date: Sun, 15 Oct 2023 10:33:58 +0545 Subject: [PATCH] Update style.css --- style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index d47a5c1..8bc5e76 100644 --- a/style.css +++ b/style.css @@ -20,7 +20,7 @@ html{ } .section{ - margin-bottom: 3em; + margin-bottom: 5rem; } .banner{ @@ -491,7 +491,7 @@ nav .nav_buttons{ display: flex; flex-direction: column; - justify-content: space-between; + justify-content: space-around; } .footer .upper_part{ @@ -528,7 +528,7 @@ nav .nav_buttons{ .upper_part .signup { flex: 1; display: flex; - /* justify-content: flex-end; */ + justify-content: flex-end; align-items: center; } @@ -536,7 +536,7 @@ nav .nav_buttons{ display: flex; flex-direction: column; align-items: center; - /* justify-content: flex-end; */ + justify-content: flex-end; gap: 15px; }