From e9a7b1073084ae44141e4aec9ec285586d7f724b Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Tue, 15 Feb 2022 18:39:38 +0100 Subject: [PATCH] Make recipe card buttons a little bigger --- public/css/grocy.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/css/grocy.css b/public/css/grocy.css index b5fea6c8..a68fc2b8 100755 --- a/public/css/grocy.css +++ b/public/css/grocy.css @@ -40,15 +40,16 @@ a.discrete-link:focus { } .grocy-card .card-icons a { - font-size: 18px; + font-size: 22px; color: #495157; padding: 2px 4px; text-decoration: none; text-align: center; + margin-left: 2px; } .grocy-card .card-icons i { - width: 18px; + width: 22px; } .content-text .invalid-feedback {