diff --git a/about.css b/about.css index 1fc212d..765118e 100644 --- a/about.css +++ b/about.css @@ -11,7 +11,11 @@ background-position: top; } .navbar{ - width: 85%; + width: 100%; + height: 25px; + background-color: 0f0f0f; + background-size: contain; + background-position: top; margin: auto; padding: 35px 0; display: flex; @@ -19,7 +23,7 @@ justify-content: space-between; } .logo{ - width: 120px; + width: 100px; cursor: pointer; } .navbar ul li{ diff --git a/about.html b/about.html index 09e2fce..4eee2c4 100644 --- a/about.html +++ b/about.html @@ -9,7 +9,7 @@