diff --git a/index.html b/index.html index 28d539a..24367dc 100644 --- a/index.html +++ b/index.html @@ -31,7 +31,10 @@ font-weight: bolder; color: aqua; } - + .logo img { + height: 50px; + width: auto; + } .nav-links { display: flex; gap: 2px; @@ -40,12 +43,16 @@ .nav-links a { text-decoration: none; color: black; - gap: 2px; + font-size: 1px; + padding: 0.5px 1px; } .search-container { max-width: fit-content; margin: 5px auto; } + .nav-links a:hover { + color: rgb(155, 205, 161); + } .search-bar { width: 100%; padding: 1px; @@ -175,19 +182,29 @@