mirror of
https://github.com/danbee/danbarber.me.hugo.git
synced 2025-03-04 08:59:18 +00:00
23 lines
329 B
SCSS
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;
|
|
}
|
|
}
|