From 2ac7d98b860ec872dddf7eaee2596b12ef288690 Mon Sep 17 00:00:00 2001 From: af-n <733093@gmail.com> Date: Tue, 26 Jul 2022 16:55:44 -0400 Subject: [PATCH] fix: social icons aligned better --- src/lib/components/molecules/SocialHost.svelte | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/lib/components/molecules/SocialHost.svelte b/src/lib/components/molecules/SocialHost.svelte index 9ebc867..72dbf9f 100644 --- a/src/lib/components/molecules/SocialHost.svelte +++ b/src/lib/components/molecules/SocialHost.svelte @@ -15,7 +15,14 @@ position: absolute; align-items: center; bottom: 3rem; - left: 6.5%; + left: 5.5rem; user-select: none; } + + @media screen and (max-width: 1052px) { + .social-host { + left: 6%; + } + + } \ No newline at end of file