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
; }