Small CSS change to make recipe logo smaller on homepage
continuous-integration/drone/push Build is passing Details

This commit is contained in:
KawaiiPunk 2023-03-23 17:20:04 +00:00
parent 32366b7bf7
commit c50635319b
No known key found for this signature in database
GPG Key ID: 8664A690E094B219
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ i.fas, i.fab {
.card-img-top {
width: 100%;
height: 16vw;
height: 5vw;
object-fit: cover;
}