Skip to content

Commit

Permalink
Tone down size a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
practicingruby committed Sep 8, 2015
1 parent 116a92c commit 03954f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/articles/_header.html.haml
Expand Up @@ -3,9 +3,9 @@
- content_for(:description) do
#{@article.summary}
- content_for(:header) do
%div{:style => "text-align: center; margin: 20px"}
%div{:style => "text-align: center; margin: 20 px"}
= link_to root_path do
= image_tag "//i.imgur.com/hYoGfNJ.png", :width => "100%"
= image_tag "//i.imgur.com/hYoGfNJ.png", :width => "75%"
.bigtext{style: 'text-align: center;'}
%div{:style => "padding-top: 40px;"}
= @article.subject

0 comments on commit 03954f4

Please sign in to comment.