From 1df298fa25d2e782a421f713689ecb59f0f3d057 Mon Sep 17 00:00:00 2001 From: 3wc <3wc.git@doesthisthing.work> Date: Sun, 25 Apr 2021 15:31:55 +0200 Subject: [PATCH] Increase app icon height --- public/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/style.css b/public/style.css index 1f2feb6..5ffe62f 100644 --- a/public/style.css +++ b/public/style.css @@ -7,7 +7,7 @@ body { .card-img-top { width: 100%; - height: 8vw; + height: 16vw; object-fit: cover; }