diff --git a/less/header.less b/less/header.less index 3c88fa5..eaba22a 100644 --- a/less/header.less +++ b/less/header.less @@ -269,7 +269,7 @@ padding: 0; background: none; - @media (max-width: @screen-sm-max) { + @media (max-width: @screen-xs-max) { li { display: none; } @@ -281,6 +281,10 @@ li:nth-last-child(2):before { display: none; } + + li:last-child { + white-space: normal; + } } }