From 2108e4435ea29b89cac36e4571f8bb8565edcc42 Mon Sep 17 00:00:00 2001 From: Markus Graf Date: Sat, 16 Apr 2016 17:08:09 +0200 Subject: [PATCH] added margin to the pagelogo --- app/assets/stylesheets/application.sass | 4 +++- app/views/supporters/_form.slim | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/application.sass b/app/assets/stylesheets/application.sass index c39d035..0a4e21d 100644 --- a/app/assets/stylesheets/application.sass +++ b/app/assets/stylesheets/application.sass @@ -26,7 +26,9 @@ body .lead font-weight: normal - + .pagelogo + margin-top: 22px + #new_supporter label.required abbr diff --git a/app/views/supporters/_form.slim b/app/views/supporters/_form.slim index 2852f20..5e8094f 100644 --- a/app/views/supporters/_form.slim +++ b/app/views/supporters/_form.slim @@ -1,7 +1,7 @@ = render 'shared/terms_and_conditions' .row .col-md-1.col-xs-4 - = image_tag('ch420_logo.png', class:'img-responsive') + = image_tag('ch420_logo.png', class:'img-responsive pagelogo') .col-md-8.col-xs-8 h1 = title t('.title_html')