fixes legislation key dates with new proposal dates
This commit is contained in:
@@ -109,16 +109,13 @@ $border-dark: darken($border, 10%);
|
|||||||
li {
|
li {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin: 0 1rem 1rem 0;
|
margin-bottom: $line-height;
|
||||||
|
margin-right: $line-height;
|
||||||
transition: all 0.4s;
|
transition: all 0.4s;
|
||||||
border-bottom: 2px solid transparent;
|
border-bottom: 2px solid transparent;
|
||||||
|
|
||||||
@include breakpoint(medium) {
|
@include breakpoint(medium) {
|
||||||
margin-left: $line-height * 2;
|
margin-bottom: 0;
|
||||||
}
|
|
||||||
|
|
||||||
&:first-of-type {
|
|
||||||
margin-left: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover,
|
&:hover,
|
||||||
|
|||||||
Reference in New Issue
Block a user