added margin to the pagelogo
This commit is contained in:
@@ -26,7 +26,9 @@ body
|
|||||||
|
|
||||||
.lead
|
.lead
|
||||||
font-weight: normal
|
font-weight: normal
|
||||||
|
.pagelogo
|
||||||
|
margin-top: 22px
|
||||||
|
|
||||||
#new_supporter
|
#new_supporter
|
||||||
label.required
|
label.required
|
||||||
abbr
|
abbr
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
= render 'shared/terms_and_conditions'
|
= render 'shared/terms_and_conditions'
|
||||||
.row
|
.row
|
||||||
.col-md-1.col-xs-4
|
.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
|
.col-md-8.col-xs-8
|
||||||
h1
|
h1
|
||||||
= title t('.title_html')
|
= title t('.title_html')
|
||||||
|
|||||||
Reference in New Issue
Block a user