diff --git a/assets/html_files/cards.html b/assets/html_files/cards.html
index ebd4fdb7..8b8a232a 100644
--- a/assets/html_files/cards.html
+++ b/assets/html_files/cards.html
@@ -62,7 +62,7 @@
Cards
-
Search Cards
+ Search Card
diff --git a/assets/html_files/carousels.html b/assets/html_files/carousels.html
index 0f8be13f..11b82116 100644
--- a/assets/html_files/carousels.html
+++ b/assets/html_files/carousels.html
@@ -62,7 +62,7 @@
Carousels
-
Search Carousels
+ Search Carousel
diff --git a/assets/html_files/forms.html b/assets/html_files/forms.html
index a07da054..6bf6f99b 100644
--- a/assets/html_files/forms.html
+++ b/assets/html_files/forms.html
@@ -62,7 +62,7 @@
Forms
-
Search Forms
+ Search Form
@@ -365,6 +365,19 @@
Torch Effect Login Form
+
diff --git a/assets/html_files/navigation-bars.html b/assets/html_files/navigation-bars.html
index a5024f33..4cf36e4d 100644
--- a/assets/html_files/navigation-bars.html
+++ b/assets/html_files/navigation-bars.html
@@ -62,7 +62,7 @@
Navigation Bars
-
Search NavBar
+ Search Navigation Bar
diff --git a/assets/html_files/search-bars.html b/assets/html_files/search-bars.html
index 64954844..2e591bd4 100644
--- a/assets/html_files/search-bars.html
+++ b/assets/html_files/search-bars.html
@@ -62,7 +62,7 @@
Search Bars
-
Search SearchBar
+ Search Search Bar
diff --git a/style.css b/style.css
index 664f49cc..76069744 100644
--- a/style.css
+++ b/style.css
@@ -23,7 +23,7 @@
}
::-webkit-scrollbar {
- width: 10px;
+ width: 8px;
}
::-webkit-scrollbar-track {
@@ -344,6 +344,10 @@ nav li:hover {
color: #df87ef;
}
+nav a {
+ font-weight: bolder;
+}
+
.logo {
font-size: 2.3rem;
font-weight: 700;
@@ -728,6 +732,12 @@ footer p a {
}
}
+@media (min-width: 901px) and (max-width: 990px) {
+ nav a {
+ font-size: 1.8rem;
+ }
+}
+
@media (max-width: 925px) {
.comp-section {
flex-direction: column;
@@ -750,6 +760,26 @@ footer p a {
}
}
+@media (min-width: 851px) and (max-width: 900px) {
+ nav a {
+ font-size: 1.8rem;
+ }
+
+ nav ul {
+ gap: 1.5rem;
+ }
+}
+
+@media (min-width: 768px) and (max-width: 851px) {
+ nav a {
+ font-size: 1.7rem;
+ }
+
+ nav ul {
+ gap: 1rem;
+ }
+}
+
@media (max-width: 786px) {
.comp-section {
flex-direction: column;
@@ -808,16 +838,16 @@ footer p a {
.nav-menu {
position: fixed;
left: -100%;
- top: 5rem;
+ top: 5.3rem;
flex-direction: column;
background-color: rgba(5, 5, 5, 0.904);
backdrop-filter: blur(6.5px);
width: 100%;
- border-radius: 10px;
text-align: center;
transition: 0.3s;
box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
height: 100vh;
+ gap: 50px;
}
.nav-menu .nav-item.active .nav-link {
@@ -841,7 +871,7 @@ footer p a {
.nav-menu.active {
left: 0;
- gap: 10px;
+ gap: 50px;
}
.nav-item {