diff --git a/pages/archive.tsx b/pages/archive.tsx index c18cc9a..e1b8a59 100644 --- a/pages/archive.tsx +++ b/pages/archive.tsx @@ -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 ( -
+

Arkisto

Lisätietoja tulossa myöhemmin! diff --git a/styles/Archive.module.scss b/styles/Archive.module.scss new file mode 100644 index 0000000..6f2a95f --- /dev/null +++ b/styles/Archive.module.scss @@ -0,0 +1,3 @@ +.archivePage { + margin-bottom: 4rem; +}