Skip to content

Commit 49a1f26

Browse files
Copilotbenbalter
andcommitted
Fix mobile collapse functionality and remove redundant CSS
Co-authored-by: benbalter <[email protected]>
1 parent ae769a4 commit 49a1f26

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/components/Navigation.astro

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ const navClasses = hero
138138
}
139139

140140
.navbar-collapse {
141-
display: flex;
142141
align-items: center;
143142
}
144143

@@ -149,7 +148,6 @@ const navClasses = hero
149148
list-style: none;
150149
padding-left: 0;
151150
margin: 0;
152-
margin-right: auto;
153151
}
154152

155153
.nav-link {

0 commit comments

Comments
 (0)