From 4d12be625693eda1772db1cff3d5f066dc036234 Mon Sep 17 00:00:00 2001 From: afnzmn Date: Mon, 18 Jul 2022 18:30:36 -0400 Subject: [PATCH] LUCAS Co-authored-by: baiorett Co-authored-by: Ushie --- src/lib/components/atoms/SocialButton.svelte | 2 +- src/lib/components/molecules/SocialHost.svelte | 9 ++++----- src/routes/__layout.svelte | 1 - src/routes/index.svelte | 1 - 4 files changed, 5 insertions(+), 8 deletions(-) diff --git a/src/lib/components/atoms/SocialButton.svelte b/src/lib/components/atoms/SocialButton.svelte index cc4d81b..39070bd 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: 15px 0px; + padding: px 0px; width:60px; height:60px; cursor: pointer; diff --git a/src/lib/components/molecules/SocialHost.svelte b/src/lib/components/molecules/SocialHost.svelte index 240fce3..4badf50 100644 --- a/src/lib/components/molecules/SocialHost.svelte +++ b/src/lib/components/molecules/SocialHost.svelte @@ -11,12 +11,11 @@ \ No newline at end of file diff --git a/src/routes/__layout.svelte b/src/routes/__layout.svelte index 674d241..04e4035 100644 --- a/src/routes/__layout.svelte +++ b/src/routes/__layout.svelte @@ -40,7 +40,6 @@ import SocialHost from "$lib/components/molecules/SocialHost.svelte"; :global(html) { font-size: 100%; box-sizing: border-box; - overflow-x: hidden; } :global(body) { diff --git a/src/routes/index.svelte b/src/routes/index.svelte index f9a6419..881ad7f 100644 --- a/src/routes/index.svelte +++ b/src/routes/index.svelte @@ -7,7 +7,6 @@
-