fix the final fuckup, not viewport issue css issue. oopsie

This commit is contained in:
tyler :3
2024-04-07 23:36:46 +01:00
parent 95aa43145a
commit 4e7784c12c
4 changed files with 8 additions and 2 deletions

View File

@@ -173,6 +173,12 @@ div.friend-container.lain > a > img {
height: 60px;
}
@media only screen and (max-width: 900px) {
.card {
min-width: unset;
}
}
@media only screen and (max-width: 467px) {
.friend-container {
margin: 20px auto;

BIN
assets/lain/neet.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB