mirror of
https://github.com/mgrove36/bbc-young-reporter.git
synced 2026-03-03 11:27:06 +00:00
Make icon in top app bar display properly
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<div style="margin: 15px;text-align:center;">
|
||||
<img src="/images/page-logo.png" style="width: 90%;"/>
|
||||
</div>
|
||||
<a class="mdc-list-item" href="https://reading-school.co.uk">
|
||||
<a class="mdc-list-item" href="https://reading-school.co.uk">
|
||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">home</i>
|
||||
<span class="mdc-list-item__text">Reading School Website</span>
|
||||
</a>
|
||||
@@ -11,5 +11,31 @@
|
||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">home</i>
|
||||
<span class="mdc-list-item__text">Home Page</span>
|
||||
</a>
|
||||
<div class="mdc-list-group">
|
||||
<h3 class="mdc-list-group__subheader">List 1</h3>
|
||||
<ul class="mdc-list" aria-orientation="vertical">
|
||||
<li class="mdc-list-item">
|
||||
<span class="mdc-list-item__text">line item</span>
|
||||
</li>
|
||||
<li class="mdc-list-item">
|
||||
<span class="mdc-list-item__text">line item</span>
|
||||
</li>
|
||||
<li class="mdc-list-item">
|
||||
<span class="mdc-list-item__text">line item</span>
|
||||
</li>
|
||||
</ul>
|
||||
<h3 class="mdc-list-group__subheader">List 2</h3>
|
||||
<ul class="mdc-list" aria-orientation="vertical">
|
||||
<li class="mdc-list-item">
|
||||
<span class="mdc-list-item__text">line item</span>
|
||||
</li>
|
||||
<li class="mdc-list-item">
|
||||
<span class="mdc-list-item__text">line item</span>
|
||||
</li>
|
||||
<li class="mdc-list-item">
|
||||
<span class="mdc-list-item__text">line item</span>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user