Make icon in top app bar display properly

This commit is contained in:
Matthew Grove
2018-11-20 19:32:49 +00:00
parent 2709500e8d
commit 57bb3783e2
4 changed files with 44 additions and 3 deletions

View File

@@ -4,6 +4,6 @@
<span class="mdc-top-app-bar__title">BBC School Report | Reading School</span>
</section>
<section class="mdc-top-app-bar__section mdc-top-app-bar__section--align-end" role="toolbar">
<img src="/images/logo-white.png" class="mdc-top-app-bar__action-item" aria-label="Reading School" alt="Reading School Logo" style="height:65px;width:54px;"/>
<img src="/images/logo-white.png" class="mdc-top-app-bar__action-item" aria-label="Reading School" alt="Reading School Logo" style="height:45px;width:35px;padding:0;"/>
</section>
</div>