From 6dfaa8790c86ef1d03bbfc648dce99ab33bc2942 Mon Sep 17 00:00:00 2001 From: Patryk Niedźwiedziński Date: Wed, 28 Aug 2019 23:01:41 +0200 Subject: Add social to footer --- src/components/Footer.vue | 35 ++++++++++++++++++++++++++++++++--- 1 file changed, 32 insertions(+), 3 deletions(-) (limited to 'src/components') diff --git a/src/components/Footer.vue b/src/components/Footer.vue index 3cf81a5..693f8c2 100644 --- a/src/components/Footer.vue +++ b/src/components/Footer.vue @@ -13,7 +13,17 @@
-
19 Poznańska Drużyna Harcerzy Puszcza
+
+

19 Poznańska Drużyna Harcerzy Puszcza

+ +
@@ -30,7 +40,7 @@ export default { .footer { background-color: #507b34; color: #ffffff; - height: 175px; + min-height: 175px; display: flex; flex-direction: row; @@ -38,7 +48,7 @@ export default { align-items: center; justify-content: center; - padding: 0 15vw 0 15vw; + padding: 0 15vw; } .map { @@ -61,6 +71,13 @@ export default { flex-direction: column; } +.icon { + width: 30px; + height: 30px; + + margin: 0 5px; +} + .space { flex: 1; max-width: 500px; @@ -76,6 +93,18 @@ export default { .map { text-align: center; + margin-bottom: 10px; + } + + .space { + height: 1px; + width: 100%; + flex: none; + background-color: #ffffff; + } + + .author { + margin-top: 10px; } } \ No newline at end of file -- cgit 1.4.1