add more practical info content, opening hours + some association sketching

This commit is contained in:
2024-05-23 11:55:36 +02:00
parent 5041cd0bde
commit 4a7f76e5f9
6 changed files with 197 additions and 26 deletions

View File

@@ -62,14 +62,22 @@ export const Footer = () => {
</p>
</li>
<li className={styles.contactItem}>
<h2 className="suphead">Åpningstider</h2>
<p>
Glassbaren
<br />
Andre lokaler?
<br />
Generelle åpningstider?
</p>
<h2 className="suphead">Åpningstider i dag</h2>
<table className="openingHours">
<tr>
<td>Glassbaren</td>
<td>15:0000:30</td>
</tr>
<tr>
<td>Bokcaféen</td>
<td>19:0023:30</td>
</tr>
<tr>
<td>Ekspedisjonen</td>
<td>15:0000:00</td>
</tr>
</table>
<Link href="/praktisk#apningstider">Se alle åpningstider</Link>
</li>
</ul>
</div>

View File

@@ -25,7 +25,7 @@
.contactItem {
list-style: none;
grid-column: span 3;
grid-column: span 4;
h2 {
margin-bottom: 1em;
@@ -36,7 +36,9 @@
}
ul,
p {
p,
table,
a {
font-size: var(--font-size-caption);
}
}