- Fix logo to display "Quay.io" in the proper font

- Fix the CSS to properly show the menu on smaller screens and to scale down the logo as necessary
- Fix the CSS to have the menu icon be properly sized
This commit is contained in:
Joseph Schorr 2014-05-08 14:43:30 -04:00
parent a8369128c4
commit d88e29dcda
5 changed files with 49 additions and 4 deletions

View file

@ -3,7 +3,6 @@
<div class="landing-filter" ng-class="user.anonymous ? 'landing': 'signedin'"></div>
<div class="landing-content">
<img class="logo" src="/static/img/box-logo.png">
<span class="product-name">Quay.io</span>
<div class="header-bar"></div>