From c50635319bc068785035dfeb32dadbb19622ab48 Mon Sep 17 00:00:00 2001 From: kawaiipunk Date: Thu, 23 Mar 2023 17:20:04 +0000 Subject: [PATCH] Small CSS change to make recipe logo smaller on homepage --- public/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/style.css b/public/style.css index b8e33b5..c0b0b5b 100644 --- a/public/style.css +++ b/public/style.css @@ -73,7 +73,7 @@ i.fas, i.fab { .card-img-top { width: 100%; - height: 16vw; + height: 5vw; object-fit: cover; }