From 4725988ade5b227a1311e90c309953b3b95031ff Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Fri, 15 Apr 2022 16:51:18 -0400 Subject: [PATCH] a --- static/style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/static/style.css b/static/style.css index 306a525..9ddc683 100644 --- a/static/style.css +++ b/static/style.css @@ -63,6 +63,13 @@ img[alt="XMR Logo"] { display: inline ; } +@media (pointer: coarse) { + li > a { + display: block; + height: 1.5rem + } +} + @media print { a[href] { text-decoration: none ;