From b9397c6b6669b7018bafd680c089a41ca7260be7 Mon Sep 17 00:00:00 2001 From: Francesco La Camera Date: Fri, 6 May 2022 19:55:03 +0200 Subject: Fix overlap in recipe list on small devices (#762) --- static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/style.css b/static/style.css index c636347..6d4025e 100644 --- a/static/style.css +++ b/static/style.css @@ -73,8 +73,8 @@ img[alt="XMR Logo"] { @media (pointer: coarse) { li > a { - display: block; - height: 1.5rem + display: inline-block; + padding: 0.2em 0; } } -- cgit v1.2.3