Skip to content

Commit dccbfe6

Browse files
Merge pull request #8 from openshift-cs/fix-logo-size
fix alignment/size
2 parents ef381f6 + d68fec7 commit dccbfe6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

source/layouts/layout.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@
4040
<div class="col-md-12">
4141
<div class="logo wow fadeIn delay">
4242
<a href="/index.html" title="Back to Home">
43-
<%= image_tag "Logo-Red_Hat-OpenStack-B-Reverse-RGB.svg", { :class => "logo_img", :alt => "Red Hat OpenStack Logo", :style => "vertical-align: middle; margin-bottom: 30px;" } %>
43+
<%= image_tag "Logo-Red_Hat-OpenStack-B-Reverse-RGB.svg", { :class => "logo_img", :alt => "Red Hat OpenStack Logo", :style => "margin-right: 30px;" } %>
4444
</a>
4545
<a href="https://www.rdoproject.org" title="to RDO website" target="_blank">
46-
<%= image_tag "logos_RDO_rdo-logo-red.svg", { :class => "logo_img", :alt => "RDO Logo", :style => "vertical-align: middle; margin-left: 30px; margin-bottomn: 30px;" } %>
46+
<%= image_tag "logos_RDO_rdo-logo-red.svg", { :class => "logo_img", :alt => "RDO Logo", :style => "vertical-align: top; height: 104px; margin-bottom: 30px;" } %>
4747
</a>
4848
</div>
4949
<%= yield_content(:header) %>

0 commit comments

Comments
 (0)