Styles for letter index

This commit is contained in:
Tom Raithel
2017-02-12 21:39:35 +01:00
parent 7ac1e97a7d
commit d96380a57f
13 changed files with 109 additions and 12 deletions

View File

@@ -1,6 +1,7 @@
.nav {
white-space: nowrap;
&__item {
display: inline-block;
display: inline-flex;
& + .nav__item {
margin-left: 20px;
}