Skip to content

Commit 16112d5

Browse files
committed
Fix nav item vertical alignment: center all items in flex row and their children
1 parent cf5433a commit 16112d5

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/assets/stylesheets/global.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,12 +285,18 @@ h6, .h6, .md-typeset h6 {
285285

286286
.md-header__nav {
287287
display: flex;
288+
align-items: center;
288289
list-style: none;
289290
margin: 0;
290291
padding: 0;
291292
gap: 1.5rem;
292293
}
293294

295+
.md-header__nav-item {
296+
display: flex;
297+
align-items: center;
298+
}
299+
294300
.md-header__nav-link {
295301
color: var(--ossie-gray-700);
296302
font-size: 0.75rem;

0 commit comments

Comments
 (0)