From 287f0ed8ab9e60e9e602813ba8281843ec94c356 Mon Sep 17 00:00:00 2001 From: afnzmn Date: Mon, 18 Jul 2022 20:12:10 -0400 Subject: [PATCH] social icons fixed --- src/lib/components/atoms/SocialButton.svelte | 6 +++++- src/lib/components/molecules/ContributorHost.svelte | 7 ++----- static/socials/discord.svg | 4 ++-- static/socials/github.svg | 4 ++-- static/socials/reddit.svg | 4 ++-- static/socials/telegram.svg | 4 ++-- 6 files changed, 15 insertions(+), 14 deletions(-) diff --git a/src/lib/components/atoms/SocialButton.svelte b/src/lib/components/atoms/SocialButton.svelte index 39070bd..20cfeb7 100644 --- a/src/lib/components/atoms/SocialButton.svelte +++ b/src/lib/components/atoms/SocialButton.svelte @@ -16,7 +16,7 @@ color: var(--white); border-radius: 200px; border: 0; - padding: px 0px; + padding: 14px; width:60px; height:60px; cursor: pointer; @@ -30,6 +30,10 @@ margin-left: 0.5rem; } + img { + width:30px; + } + button:hover { transform: translate(-5%, -5%); } diff --git a/src/lib/components/molecules/ContributorHost.svelte b/src/lib/components/molecules/ContributorHost.svelte index 060e650..650b0e4 100644 --- a/src/lib/components/molecules/ContributorHost.svelte +++ b/src/lib/components/molecules/ContributorHost.svelte @@ -1,12 +1,9 @@
- - - - +