diff --git a/about.html b/about.html index 78c4fe4..2dc7d54 100644 --- a/about.html +++ b/about.html @@ -192,11 +192,17 @@ align-items: center; } +.navbar img{ + width: 100px; + padding: 0px 6px; + margin-right: -64px; +} + .navbar h1 { color: var(--off-white); /* Changed to use off-white for better contrast */ margin: 0; font-size: 2rem; - margin-left: 15px; /* Adjust this value to move the logo right */ + margin-left: -38rem; /* Adjust this value to move the logo right */ transition: color 0.3s ease; /* Smooth transition for color change */ } @@ -257,6 +263,7 @@