diff --git a/assets/css/components/_site-header.scss b/assets/css/components/_site-header.scss index 75734566..0dd16af0 100644 --- a/assets/css/components/_site-header.scss +++ b/assets/css/components/_site-header.scss @@ -1,7 +1,22 @@ .site-header { padding: 0 $pad-min; -} -.site-header__home-link { - color: inherit; + .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; + } } diff --git a/content/_index.md b/content/_index.md index 0b9d8395..8b9f841b 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,5 +1,5 @@ --- -date: '2019-10-16' +date: "2019-10-16" --- Hi, my name is Dan Barber. I’m a web designer and developer in Madison, WI.