From 58913ede3271253ca92159ae7682875c989b2ebb Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 27 Dec 2017 10:05:51 +0000 Subject: www: fix menu padding on mobile --- juick-www/src/main/static/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'juick-www') diff --git a/juick-www/src/main/static/style.css b/juick-www/src/main/static/style.css index 6fd2c763..235feb2a 100644 --- a/juick-www/src/main/static/style.css +++ b/juick-www/src/main/static/style.css @@ -520,6 +520,10 @@ article .tags > a, #content .title2 h2 { font-size: 11pt; } + #global li { + padding-left: 6px; + padding-right: 6px; + } .title2-right { line-height: initial; } -- cgit v1.2.3