diff options
Diffstat (limited to 'less')
| -rw-r--r-- | less/navs.less | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/less/navs.less b/less/navs.less index 6b057a800..abee86dcc 100644 --- a/less/navs.less +++ b/less/navs.less @@ -154,14 +154,20 @@ .nav-justified { width: 100%; + > li { float: none; - display: table-cell; - width: 1%; - > a { + > a { text-align: center; } } + + @media (min-width: @screen-small) { + > li { + display: table-cell; + width: 1%; + } + } } // Move borders to anchors instead of bottom of list |
