Update Archive page

This commit is contained in:
2022-07-03 22:03:24 +03:00
parent b05138c51a
commit 1f4564884c
2 changed files with 5 additions and 1 deletions

View File

@@ -1,9 +1,10 @@
import React from 'react';
import shared from '../styles/Shared.module.scss';
import styles from '../styles/Archive.module.scss';
const Archive = () => {
return (
<section className={shared.page}>
<section className={shared.page + ' ' + styles.archivePage}>
<h1>Arkisto</h1>
<i>Lisätietoja tulossa myöhemmin!</i>

View File

@@ -0,0 +1,3 @@
.archivePage {
margin-bottom: 4rem;
}