From 05998ffee083071987c0fa43ea3f28634e0ca374 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Veikko=20Lintuj=C3=A4rvi?= Date: Sat, 5 Nov 2022 19:30:18 +0200 Subject: [PATCH] Instagram section --- pages/index.tsx | 14 ++++++++++++++ styles/Index.module.scss | 17 +++++++++++++++-- 2 files changed, 29 insertions(+), 2 deletions(-) diff --git a/pages/index.tsx b/pages/index.tsx index a129695..976c9cd 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -105,6 +105,20 @@ export default function Index() { + +
+

+ Seuraa meitä{' '} + + @Instagramissa + +

+
+ + ); diff --git a/styles/Index.module.scss b/styles/Index.module.scss index 1aebdaa..62941f5 100644 --- a/styles/Index.module.scss +++ b/styles/Index.module.scss @@ -113,9 +113,22 @@ } .menuLink:hover { - color: #a3a2a2 !important; + color: #a3a2a2; h1 { - color: #a3a2a2 !important; + color: #a3a2a2; } } + +.instagramLink { + color: #686868; + text-decoration: none; +} + +.instagramLink:hover { + color: #a3a2a2; +} + +.instagramText { + margin-bottom: 0; +}