diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/css/mobile.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/css/mobile.css b/core/css/mobile.css index 56bee8f8a30..6665b95f27c 100644 --- a/core/css/mobile.css +++ b/core/css/mobile.css @@ -54,7 +54,7 @@ display: inline-block; } #navigation a { - width: 70px; + width: 80px; height: 80px; display: inline-block; text-align: center; @@ -65,7 +65,7 @@ font-size: 13px; padding-bottom: 0; padding-left: 0; - width: initial; + width: 80px; } #navigation .icon { margin: 0 auto; |