From 6547f8ad8b7a1964fe57891765372eca42b08adb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Veikko=20Lintuj=C3=A4rvi?= Date: Sat, 5 Nov 2022 18:50:44 +0200 Subject: [PATCH] Refactoring --- pages/index.tsx | 4 ++-- styles/Index.module.scss | 8 ++++++++ styles/globals.scss | 8 -------- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/pages/index.tsx b/pages/index.tsx index a34ac88..08abcb6 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -65,7 +65,7 @@ export default function Index() { - +

Postin automaattipalvelu

@@ -82,7 +82,7 @@ export default function Index() {
- + ); diff --git a/styles/Index.module.scss b/styles/Index.module.scss index 5694a9e..dcf5055 100644 --- a/styles/Index.module.scss +++ b/styles/Index.module.scss @@ -1,3 +1,11 @@ +.separator { + background-color: #c1c1c1; + width: 100%; + height: 0.05rem; + margin-top: 2rem; + margin-bottom: 2rem; +} + .outerContainer { display: flex; align-items: center; diff --git a/styles/globals.scss b/styles/globals.scss index d4de7e4..93ed102 100644 --- a/styles/globals.scss +++ b/styles/globals.scss @@ -20,11 +20,3 @@ body { background: white; } } - -.separator { - background-color: #c1c1c1; - width: 100%; - height: 0.05rem; - margin-top: 2rem; - margin-bottom: 2rem; -}