Move site header layout styles to columns; fix nav spacing

Do a bit of testing on Chrome too.
This commit is contained in:
Eryn Wells 2023-09-30 11:56:45 -07:00
parent 17f576406f
commit 20e76897ff
7 changed files with 141 additions and 129 deletions

View file

@ -80,7 +80,17 @@
content: "↳";
}
header.site nav > .active { font-weight: bold; }
header.site h1 > a:hover {
text-decoration: none;
}
header.site nav {
list-style: none;
}
header.site nav > .active {
font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
font-family: var(--font-family-heading);
@ -157,6 +167,9 @@
line-height: var(--line-height);
}
.social {
letter-spacing: 2px;
}
.title {
font-size: var(--h5-size);