Attempt to fix logo size bug on top app bar

This commit is contained in:
Matthew Grove
2018-11-21 19:06:42 +00:00
parent a927244192
commit 5f98703d03

View File

@@ -5,7 +5,8 @@
</section> </section>
<section class="mdc-top-app-bar__section mdc-top-app-bar__section--align-end" role="toolbar"> <section class="mdc-top-app-bar__section mdc-top-app-bar__section--align-end" role="toolbar">
<a href="/" class="mdc-top-app-bar__action-item" aria-label="Reading School"> <a href="/" class="mdc-top-app-bar__action-item" aria-label="Reading School">
<img src="/images/logo-white.png" alt="Reading School Logo" style="height:45px;width:35px;padding:0;"/> <!-- <img src="/images/logo-white.png" alt="Reading School Logo" style="height:45px;width:35px;padding:0;"/> -->
<img src="/images/logo-white.png" alt="Reading School Logo" style="height:100%;padding:0;"/>
</a> </a>
</section> </section>
</div> </div>