mirror of
https://gitlab.com/etc404/software-engineering-project.git
synced 2026-05-10 20:52:58 +00:00
header is link and doesn't wrap text
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
/* =========================
|
||||
|
||||
Reference in New Issue
Block a user