diff options
author | Vitaly Takmazov | 2017-12-27 10:05:51 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2017-12-27 10:05:51 +0000 |
commit | 58913ede3271253ca92159ae7682875c989b2ebb (patch) | |
tree | a26c925c51a676ebe530ee21b13e9305e5e4fd44 /juick-www/src/main/static | |
parent | f21e9d764424e698457ba988b8d97566af35e6df (diff) |
www: fix menu padding on mobile
Diffstat (limited to 'juick-www/src/main/static')
-rw-r--r-- | juick-www/src/main/static/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
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; } |