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