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

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

View File

@@ -49,12 +49,16 @@ export const Footer = () => {
<div>
Generelle henvendelser
<br />
<a href="/#">post@neuf.no</a>
<a href="/#" target="_blank" className={styles.emailLink}>
post@neuf.no
</a>
</div>
<div>
Billetter
<br />
<a href="/#">billetter@neuf.no</a>
<a href="/#" target="_blank" className={styles.emailLink}>
billetter@neuf.no
</a>
</div>
<div>
<Link href="/kontakt">Øvrig kontaktinfo</Link>

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 {

View File

@@ -196,5 +196,5 @@
.observer {
position: absolute;
top: calc(100vh + 8rem);
height: calc(100% - 100vh - 8rem);
height: 100%;
}