1
0
mirror of https://github.com/danbee/danbarber.me.hugo.git synced 2025-03-04 08:59:18 +00:00

Some fixes

This commit is contained in:
Daniel Barber 2024-04-10 22:40:25 -05:00
parent edbf2ffdfd
commit 54bd8fc3cf
2 changed files with 19 additions and 4 deletions

View File

@ -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;
}
}

View File

@ -1,5 +1,5 @@
---
date: '2019-10-16'
date: "2019-10-16"
---
Hi, my name is Dan Barber. Im a web designer and developer in Madison, WI.