style(header): rename .nav to .header-nav for semantic consistency

This commit is contained in:
Aditya Telange
2026-04-11 20:03:15 +05:30
parent c4543e32f0
commit 1d9e109808
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
.nav {
.header-nav {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
@@ -8,7 +8,7 @@
line-height: var(--header-height);
}
.nav a {
.header-nav a {
display: block;
}