From 54bd8fc3cf614dfed28e9d9fc69cfc2a24bdc2c5 Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Wed, 10 Apr 2024 22:40:25 -0500 Subject: [PATCH] Some fixes --- assets/css/components/_site-header.scss | 21 ++++++++++++++++++--- content/_index.md | 2 +- 2 files changed, 19 insertions(+), 4 deletions(-) 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.