From 688438d473f855f4419f1aaa67011a35cfd26970 Mon Sep 17 00:00:00 2001 From: Keyemail <67425124+Keyemail@users.noreply.github.com> Date: Mon, 15 Jan 2024 21:24:28 -0800 Subject: [PATCH] fixed socials grid --- src/views/SocialsPage.vue | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/views/SocialsPage.vue b/src/views/SocialsPage.vue index 1e9e3d9..b64aa4b 100644 --- a/src/views/SocialsPage.vue +++ b/src/views/SocialsPage.vue @@ -148,4 +148,12 @@ margin-left: 0px; } } + +@media only screen and (max-height: 720px){ + .socials { + display: flex; + justify-content: unset; + margin-top: 80px; + } +} \ No newline at end of file