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,17 +1439,18 @@ 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 {
font-size: rem-calc(30);
line-height: $line-height*1.5;
a {
color: $text; color: $text;
} }
} }
}
h2.questions-callout { h2.questions-callout {
font-size: $base-font-size; font-size: $base-font-size;