mirror of
https://github.com/trwnh/hugo-theme-paradox.git
synced 2024-11-14 23:41:20 +00:00
16 lines
232 B
SCSS
16 lines
232 B
SCSS
|
.header-nav {
|
||
|
display: flex;
|
||
|
flex-flow: row wrap;
|
||
|
justify-content: center;
|
||
|
align-items: center;
|
||
|
.menu {
|
||
|
display: flex;
|
||
|
flex-flow: row wrap;
|
||
|
gap: 1em;
|
||
|
a {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
gap: 0.5em;
|
||
|
}
|
||
|
}
|
||
|
}
|