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 @@
- - - - +