From 69ee39f2804bb14309b4cf68b3f3bf7d32be46a8 Mon Sep 17 00:00:00 2001 From: Aarni Halinen Date: Sat, 17 Nov 2018 01:11:51 +0200 Subject: [PATCH] Footer copyright --- src/components/Footer/Footer.scss | 10 ++++++++++ src/components/Footer/Footer.tsx | 5 +++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/src/components/Footer/Footer.scss b/src/components/Footer/Footer.scss index d5f85ec..b9c3e4a 100644 --- a/src/components/Footer/Footer.scss +++ b/src/components/Footer/Footer.scss @@ -12,4 +12,14 @@ width: 100%; text-align: center; } + + &__copyright { + display: flex; + flex-flow: row nowrap; + align-items: center; + text-align: center; + justify-content: space-evenly; + font-size: 12px; + padding: 0 43rem; + } } diff --git a/src/components/Footer/Footer.tsx b/src/components/Footer/Footer.tsx index 862a53f..a86f811 100644 --- a/src/components/Footer/Footer.tsx +++ b/src/components/Footer/Footer.tsx @@ -9,8 +9,9 @@ class Footer extends React.Component { return
-
- Aalto-yliopiston Sähköinsinöörikilta © 2018 +
+ © Aalto-yliopiston Sähköinsinöörikilta ry + webmaster: sik-vtmk@list.ayy.fi
; }