news article template, association cleanup, footer email links to serif

This commit is contained in:
elisejakob
2024-06-27 01:52:50 +02:00
parent d4399d03d3
commit 96f7d6ce91
12 changed files with 85 additions and 33 deletions

View File

@ -6,10 +6,6 @@
z-index: 700;
font-size: var(--font-size-caption);
overflow: hidden;
a {
font-size: var(--font-size-caption);
}
}
.contactList {
@ -91,11 +87,18 @@
}
}
.emailLink {
font-family: var(--font-serif);
font-size: var(--font-size-lead);
}
.pig {
position: absolute;
bottom: -2rem;
right: -2rem;
z-index: 800;
display: none;
}
.toTop {