From ff4d73025d2570801b0b0490b19ef3ce279d3a55 Mon Sep 17 00:00:00 2001 From: Alberto Garcia Cabeza Date: Wed, 9 Sep 2015 10:44:58 +0200 Subject: [PATCH] Improves styles for header mobile version --- app/assets/stylesheets/participacion.scss | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/participacion.scss b/app/assets/stylesheets/participacion.scss index 43d040ecb..6646dfba3 100644 --- a/app/assets/stylesheets/participacion.scss +++ b/app/assets/stylesheets/participacion.scss @@ -383,7 +383,7 @@ header { a { color: white; font-family: 'Lato'; - font-size: rem-calc(18); + font-size: rem-calc(16); font-weight: lighter; line-height: $line-height*2; padding-left: 0; @@ -392,18 +392,25 @@ header { opacity: .5; &.logo-site { + font-size: rem-calc(14); opacity: 1; } } @media (min-width: $small-breakpoint) { + font-size: rem-calc(24); line-height: $line-height*4; + + span, span.logo-site { + font-size: rem-calc(16); + } } @media (min-width: $medium-breakpoint) { font-size: rem-calc(30); + line-height: $line-height*4; - span { + span, span.logo-site { font-size: rem-calc(20); } }