summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/style.css4
1 files 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;
}
}