Skip to content

Commit

Permalink
Deprecate .navbar in favour of nav
Browse files Browse the repository at this point in the history
  • Loading branch information
Linfindel committed Feb 15, 2024
1 parent 60c6faf commit eb08819
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nadir.css
Original file line number Diff line number Diff line change
Expand Up @@ -1087,7 +1087,7 @@ video {
margin-block-end: 0.67em;
}

.navbar, nav {
nav {
align-content: center;
display: flex;
flex-direction: row;
Expand All @@ -1102,7 +1102,7 @@ video {
width: 100%;
}

.navbar-error, nav.error {
nav.error {
align-content: center;
display: flex;
flex-direction: row;
Expand All @@ -1117,7 +1117,7 @@ video {
width: 100%;
}

.navbar-success, nav.success {
nav.success {
align-content: center;
display: flex;
flex-direction: row;
Expand Down

0 comments on commit eb08819

Please sign in to comment.