Skip to content

Commit

Permalink
Fix Logo
Browse files Browse the repository at this point in the history
- Accidently used old logo
- Padding
  • Loading branch information
bgiesing committed Aug 15, 2015
1 parent 123850f commit 685690a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
<body class="mdl-demo mdl-color--grey-100 mdl-color-text--grey-700 mdl-base">
<div class="mdl-layout mdl-js-layout mdl-layout--fixed-header">
<header class="mdl-layout__header mdl-layout__header--scroll mdl-color--primary">
<div class="mdl-layout__header-row"></div><div class="mdl-layout__header-row mdl-cell--hide-desktop">
<div class="mdl-layout__header-row"></div><div class="mdl-layout__header-row mdl-cell--hide-desktop" style="padding-left:0px;">
<img src="../assets/logo.png" width="130" height="130" class="center">
</div>
<div class="mdl-layout__header-row mdl-cell--hide-phone mdl-cell--hide-tablet">
<div class="mdl-layout__header-row mdl-cell--hide-phone mdl-cell--hide-tablet" style="padding-left:0px;">
<img src="../assets/logo.png" width="220" height="220" class="center">
</div><div class="mdl-layout__header-row"></div>
<div class="mdl-layout__tab-bar mdl-js-ripple-effect mdl-color--primary-dark">
Expand Down

0 comments on commit 685690a

Please sign in to comment.