Last active
July 10, 2016 14:46
-
-
Save aligator28/866931a6c602874a2886cb39d934cac7 to your computer and use it in GitHub Desktop.
На всю ширину страницы растягиваются пункты меню в виде списка
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.nav__list | |
text-align: justify | |
&:after | |
content: "" | |
height: 0 | |
width: 100% | |
+inlineblock() | |
visibility: hidden | |
=inlineblock ($valine: top) //middle, bottom | |
display: inline-block | |
vertical-align: $valine |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment