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:
parent
edbf2ffdfd
commit
54bd8fc3cf
@ -1,7 +1,22 @@
|
|||||||
.site-header {
|
.site-header {
|
||||||
padding: 0 $pad-min;
|
padding: 0 $pad-min;
|
||||||
|
|
||||||
|
.container {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
|
|
||||||
.site-header__home-link {
|
&__home-link {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&__menu {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
gap: 1.5rem;
|
||||||
|
list-style: none;
|
||||||
|
padding-left: 0;
|
||||||
|
padding-top: 0.25rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
@ -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.
|
Hi, my name is Dan Barber. I’m a web designer and developer in Madison, WI.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user