moves date info, makes polls title bigger

This commit is contained in:
Alberto Garcia Cabeza
2017-02-06 12:04:31 +01:00
parent 7857dcf79c
commit 1d2a0c3fcd

View File

@@ -1439,15 +1439,16 @@ ul.ballot-list {
.dates { .dates {
color: $text-medium; color: $text-medium;
font-size: $small-font-size; font-size: $small-font-size;
margin-bottom: $line-height/2;
@include breakpoint(medium) {
float: right;
margin-right: $line-height;
}
} }
h4 a { h4 {
color: $text; font-size: rem-calc(30);
line-height: $line-height*1.5;
a {
color: $text;
}
} }
} }