Skip to content

Commit

Permalink
Fix news logo sizing on large displays
Browse files Browse the repository at this point in the history
  • Loading branch information
agjohnson committed Jan 15, 2015
1 parent 14cc632 commit 1eec1f7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions theme/blog.2015.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@
<div class="hero hero-blog">
<div class="container">
<div class="row row-logo">
<a href="/conf/na/2015/">
<img src="{{ base_url }}/img/2015/email-logo.png" />
</a>
<div class="col-lg-10 col-lg-offset-1 col-md-10 col-md-offset-1 col-sm-12">
<a href="/conf/na/2015/">
<img src="{{ base_url }}/img/2015/email-logo.png" />
</a>
</div>
</div>
<div class="row row-nav">
<div class="hero-nav col-md-8 col-md-offset-2 col-sm-12">
Expand Down

0 comments on commit 1eec1f7

Please sign in to comment.