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 +}