diff --git a/index.html b/index.html index 2a0bb28..d4f72d6 100644 --- a/index.html +++ b/index.html @@ -140,8 +140,7 @@ color: white !important; box-shadow: 0 0 0 0.2rem rgba(41, 25, 135, 0.25) !important; } - - /* Enhanced Navbar Design */ + .navbar { padding: 1rem 0; background: linear-gradient(135deg, @@ -162,7 +161,6 @@ .navbar-nav .nav-item { display: flex; align-items: center; - /* Reduce from 20px or more if it’s higher */ } .navbar-nav { @@ -250,6 +248,8 @@ box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1); } + + /* this class is used twice with different stylings */ .btn-custom-purple { background-color: #6c5ce7; color: #fff; @@ -1193,7 +1193,7 @@