fixed socials grid

This commit is contained in:
Keyemail 2024-01-15 21:24:28 -08:00
parent 283d649bea
commit 688438d473

View file

@ -148,4 +148,12 @@
margin-left: 0px;
}
}
@media only screen and (max-height: 720px){
.socials {
display: flex;
justify-content: unset;
margin-top: 80px;
}
}
</style>