main
Barış Soner Uşaklı 7 years ago
parent 9a5c49d3fa
commit 5b3e8f2d4e

@ -269,7 +269,7 @@
padding: 0; padding: 0;
background: none; background: none;
@media (max-width: @screen-sm-max) { @media (max-width: @screen-xs-max) {
li { li {
display: none; display: none;
} }
@ -281,6 +281,10 @@
li:nth-last-child(2):before { li:nth-last-child(2):before {
display: none; display: none;
} }
li:last-child {
white-space: normal;
}
} }
} }

Loading…
Cancel
Save