header is link and doesn't wrap text

This commit is contained in:
kaipher7
2026-04-28 15:53:09 -06:00
parent c7fd85987f
commit 046a2d7c0c
17 changed files with 117 additions and 25 deletions
+7 -1
View File
@@ -66,10 +66,16 @@ html {
}
.site-name {
font-family: 'Delius Swash Caps', cursive;
font-family: 'Delius Swash Caps', serif;
font-size: 2.5em;
font-weight: bold;
letter-spacing: 4px;
color: var(--dark-yellow);
white-space: nowrap;
}
.header-wrap a {
text-decoration: none;
}
/* =========================