From afd717788f50f92a5df6e5f1004354ff9ab0079d Mon Sep 17 00:00:00 2001 From: Benjamin Auder Date: Sun, 15 Mar 2020 00:36:48 +0100 Subject: [PATCH] Scale Discord and Github icons, slightly better displayed --- client/public/images/icons/discord.svg | 68 +++++++++++++++++++++++++- client/public/images/icons/github.svg | 56 ++++++++++++++++++--- client/src/App.vue | 2 +- client/src/components/ContactForm.vue | 2 +- 4 files changed, 119 insertions(+), 9 deletions(-) diff --git a/client/public/images/icons/discord.svg b/client/public/images/icons/discord.svg index bf910158..4a11b68f 100644 --- a/client/public/images/icons/discord.svg +++ b/client/public/images/icons/discord.svg @@ -1 +1,67 @@ -Icons8 \ No newline at end of file + + + + + + + + + + + Icons8 + + + + + image/svg+xml + + + + + diff --git a/client/public/images/icons/github.svg b/client/public/images/icons/github.svg index 4c46ca3f..bbd35d64 100644 --- a/client/public/images/icons/github.svg +++ b/client/public/images/icons/github.svg @@ -1,7 +1,51 @@ - - - - - Svg Vector Icons : http://www.onlinewebfonts.com/icon - + + + + + Svg Vector Icons : http://www.onlinewebfonts.com/icon image/svg+xml + \ No newline at end of file diff --git a/client/src/App.vue b/client/src/App.vue index d8e395f2..d2f4845f 100644 --- a/client/src/App.vue +++ b/client/src/App.vue @@ -247,7 +247,7 @@ footer color: #2c3e50 text-decoration: none & > img - height: 1.3em + height: 1.2em display: inline-block margin-left: 5px & > p diff --git a/client/src/components/ContactForm.vue b/client/src/components/ContactForm.vue index 78e8b837..89c4702d 100644 --- a/client/src/components/ContactForm.vue +++ b/client/src/components/ContactForm.vue @@ -106,7 +106,7 @@ textarea#mailContent margin-top: 7px text-align: center & > img - height: 1.3em + height: 1.2em display: inline-block margin-left: 5px -- 2.44.0