mirror of
https://github.com/mgrove36/bbc-young-reporter.git
synced 2026-03-03 03:17:07 +00:00
Change headline size on article pages
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
<main class="main-content" id="main-content">
|
||||
<div class="mdc-top-app-bar--short-fixed-adjust">
|
||||
<h2 class="mdc-typography--headline2">{{ page.title }}</h2>
|
||||
<h2 class="mdc-typography--headline3">{{ page.title }}</h2>
|
||||
<h3 class="mdc-typography--subtitle1">
|
||||
<time class="timeago" datetime="{{ page.date | date: '%Y-%m-%d' }}T{{ page.date | date: '%H:%M:%S' }}">{{ page.date | date: '%A %e %B %Y' }}</time>
|
||||
| by {{ page.authors }}
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
|
||||
<main class="main-content" id="main-content">
|
||||
<div class="mdc-top-app-bar--short-fixed-adjust">
|
||||
<h2 class="mdc-typography--headline2">{{ page.title }}</h2>
|
||||
<h2 class="mdc-typography--headline3">{{ page.title }}</h2>
|
||||
<h3 class="mdc-typography--subtitle1">
|
||||
<time class="timeago" datetime="{{ page.date | date: '%Y-%m-%d' }}T{{ page.date | date: '%H:%M:%S' }}">{{ page.date | date: '%A %e %B %Y' }}</time>
|
||||
| by {{ page.authors }}
|
||||
@@ -24,7 +24,7 @@
|
||||
<figcaption class="mdc-typography--caption-text">{{ page.video-caption }}</figcaption>
|
||||
</figure>
|
||||
{{ content }}
|
||||
|
||||
|
||||
{% include article-carousel.html %}
|
||||
</div>
|
||||
</main>
|
||||
|
||||
Reference in New Issue
Block a user