shows locale switcher and top links on mobile version

This commit is contained in:
Alberto Garcia Cabeza
2017-02-15 21:15:32 +01:00
parent 5a20a4d190
commit 92133b2e0a
3 changed files with 55 additions and 34 deletions

View File

@@ -374,6 +374,24 @@ header {
ul {
margin-bottom: 0;
li {
display: block;
}
@include breakpoint(medium) {
li {
display: inline-block;
&:after {
content: "|";
}
&:last-child:after {
content: none;
}
}
}
}
}