alignment fix

This commit is contained in:
Tyler
2024-06-10 19:15:29 +01:00
parent c31b5387d0
commit 6ce291cec8
2 changed files with 8 additions and 4 deletions

View File

@@ -172,6 +172,10 @@ div.friend-container.lain > a > img {
height: 60px;
}
div.social-links > a {
text-align: left;
}
@media only screen and (max-width: 900px) {
.card {
min-width: unset;