Update Archive page
This commit is contained in:
@@ -1,9 +1,10 @@
|
|||||||
import React from 'react';
|
import React from 'react';
|
||||||
import shared from '../styles/Shared.module.scss';
|
import shared from '../styles/Shared.module.scss';
|
||||||
|
import styles from '../styles/Archive.module.scss';
|
||||||
|
|
||||||
const Archive = () => {
|
const Archive = () => {
|
||||||
return (
|
return (
|
||||||
<section className={shared.page}>
|
<section className={shared.page + ' ' + styles.archivePage}>
|
||||||
<h1>Arkisto</h1>
|
<h1>Arkisto</h1>
|
||||||
|
|
||||||
<i>Lisätietoja tulossa myöhemmin!</i>
|
<i>Lisätietoja tulossa myöhemmin!</i>
|
||||||
|
|||||||
3
styles/Archive.module.scss
Normal file
3
styles/Archive.module.scss
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
.archivePage {
|
||||||
|
margin-bottom: 4rem;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user