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