From d3256881c3bbcc1cdaf8eab5c8305c777b0cfec0 Mon Sep 17 00:00:00 2001 From: Alberto Garcia Cabeza Date: Mon, 7 Sep 2015 09:25:25 +0200 Subject: [PATCH] Fixes header --- app/assets/stylesheets/participacion.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/participacion.scss b/app/assets/stylesheets/participacion.scss index 9e32b618c..8325df00f 100644 --- a/app/assets/stylesheets/participacion.scss +++ b/app/assets/stylesheets/participacion.scss @@ -280,7 +280,7 @@ header { min-height: rem-calc(48); @media (min-width: $small-breakpoint) { - min-height: rem-calc(192); + min-height: rem-calc(189); } }