1
0
mirror of https://github.com/danbee/danbarber.me.hugo.git synced 2025-03-04 08:59:18 +00:00
danbarber.me.hugo/assets/css/components/_site-header.scss
2024-04-10 22:40:25 -05:00

23 lines
329 B
SCSS

.site-header {
padding: 0 $pad-min;
.container {
display: flex;
flex-direction: row;
justify-content: space-between;
}
&__home-link {
color: inherit;
}
&__menu {
display: flex;
flex-direction: row;
gap: 1.5rem;
list-style: none;
padding-left: 0;
padding-top: 0.25rem;
}
}