mirror of
https://github.com/mgrove36/bbc-young-reporter.git
synced 2026-03-03 03:17:07 +00:00
Change fonts
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<div class="content">
|
||||
<section>
|
||||
<h4>Reading School</h4>
|
||||
<h3>Reading School</h3>
|
||||
<ul class="plain">
|
||||
{% for link in site.data.school-links %}
|
||||
<li><a href="{{ link.url }}" target="_blank"><i class="icon fa-{{ link.icon }}"> </i>{{ link.title }}</a></li>
|
||||
@@ -8,7 +8,7 @@
|
||||
</ul>
|
||||
</section>
|
||||
<section>
|
||||
<h4>English Department</h4>
|
||||
<h3>English Department</h3>
|
||||
<ul class="plain">
|
||||
{% for link in site.data.english-department-links %}
|
||||
<li><a href="{{ link.url }}" target="_blank"><i class="icon fa-{{ link.icon }}"> </i>{{ link.title }}</a></li>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<!-- Header -->
|
||||
<header id="header">
|
||||
<img src="/images/logo-white-padded.png" class="logo" />
|
||||
<a class="logo" href="/">BBC Young Reporter</a>
|
||||
<a class="logo header-title" href="/">BBC Young Reporter</a>
|
||||
<nav>
|
||||
<a href="#menu">Menu</a>
|
||||
</nav>
|
||||
|
||||
Reference in New Issue
Block a user