From a557cd6387840f554c3d518dcdaf85e1b52c0e9f Mon Sep 17 00:00:00 2001 From: kapilcharan <108183192+kapilcharan@users.noreply.github.com> Date: Thu, 14 Mar 2024 01:10:21 +0530 Subject: [PATCH] Update index.css --- frontend/src/index.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/frontend/src/index.css b/frontend/src/index.css index b804d2f..d15297b 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -17,7 +17,7 @@ header { header .container { max-width: 1400px; margin: 0 auto; - padding: 10px 20px; +/* padding: 10px 20px; */ display: flex; align-items: center; justify-content: space-between; @@ -25,9 +25,11 @@ header .container { header a { color: #333; text-decoration: none; + position: relative; + left: 2rem; } .pages{ max-width: 1400px; padding: 20px; margin: 0 auto; -} \ No newline at end of file +}