Style navigation a bit

This commit is contained in:
Charlotte Van Petegem 2025-05-23 17:11:53 +02:00
parent 32557190bd
commit fbcea15e35
Signed by: chvp
SSH key fingerprint: SHA256:s9rb8jBVfdahqWHuBAcHCBP1wmj4eYQXZfqgz4H3E9E
3 changed files with 29 additions and 4 deletions

View file

@ -21,6 +21,29 @@ h4 {
padding: 6rem 4rem;
}
header {
display: flex;
gap: 1rem;
align-items: center;
}
.section-link {
word-break: keep-all;
white-space: nowrap;
color: black;
text-transform: uppercase;
font-weight: 500;
padding: 1rem 0.5rem;
line-height: 2.125rem;
text-underline-offset: 0.25rem;
text-decoration-line: none;
text-decoration-thickness: 0.125rem;
}
.section-link-active {
text-decoration-line: underline;
}
.title-card-grid {
display: grid;
grid-template-columns: 1fr 1fr 1fr;