check posts
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simple_Not
2023-07-13 21:01:57 +10:00
parent 697d2f5703
commit 98388b2021
2 changed files with 10 additions and 2 deletions

View File

@@ -36,4 +36,10 @@ content: "";
#0000 0 calc(var(--f) - 3px),
#000 0 var(--f));
}
.img-responsive {
max-width: 100%;
height: auto;
object-fit: cover;
}