From: Benjamin Auder Date: Sat, 14 Mar 2020 23:36:48 +0000 (+0100) Subject: Scale Discord and Github icons, slightly better displayed X-Git-Url: https://git.auder.net/?p=vchess.git;a=commitdiff_plain;h=afd717788f50f92a5df6e5f1004354ff9ab0079d Scale Discord and Github icons, slightly better displayed --- 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