From 1d2a0c3fcd20180b2f95e78a2a26dd46a0ffd1bb Mon Sep 17 00:00:00 2001 From: Alberto Garcia Cabeza Date: Mon, 6 Feb 2017 12:04:31 +0100 Subject: [PATCH] moves date info, makes polls title bigger --- app/assets/stylesheets/participation.scss | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/app/assets/stylesheets/participation.scss b/app/assets/stylesheets/participation.scss index 4726d0114..1e7668210 100644 --- a/app/assets/stylesheets/participation.scss +++ b/app/assets/stylesheets/participation.scss @@ -1439,15 +1439,16 @@ ul.ballot-list { .dates { color: $text-medium; font-size: $small-font-size; - - @include breakpoint(medium) { - float: right; - margin-right: $line-height; - } + margin-bottom: $line-height/2; } - h4 a { - color: $text; + h4 { + font-size: rem-calc(30); + line-height: $line-height*1.5; + + a { + color: $text; + } } }