Merge branch 'master' into legislation-module-stable

This commit is contained in:
Amaia Castro
2017-02-23 19:14:47 +01:00
4 changed files with 78 additions and 67 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;
}
}
}
}
}