Skip to content

Commit

Permalink
#15253 - bulletin title style tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanttb committed Feb 16, 2018
1 parent c80e008 commit 1ca684f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions app/assets/stylesheets/refinery_bulletin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,16 @@
background: $cyan !important;
border-top-right-radius: 1em;
border-top-left-radius: 1em;
font-size: 2.2em;
text-align: center;
white-space: normal !important;

span {
display: inline-block;
}

img {
display: inline-block;
height: auto;
margin-bottom: .2em;
vertical-align: middle;
Expand Down
2 changes: 1 addition & 1 deletion app/views/refinery/pages/_bulletin.html.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<section id="body_content">
<h1 id="body_content_title"><%= image_tag 'imon_logo_small' %> <%= @page.title %></h1>
<h1 id="body_content_title"><span><%= image_tag 'imon_logo_small' %> <%= @page.title %></span></h1>

<section id="body">
<div class="inner">
Expand Down

0 comments on commit 1ca684f

Please sign in to comment.