fix: styles
This commit is contained in:
parent
9e5ab23705
commit
3037690277
6 changed files with 11 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
|||
{% if albumReleases.size > 0 %}
|
||||
<h2 id="album-releases" class="media__grid--header flex--centered">
|
||||
<h2 id="album-releases" class="now__section--header flex--centered">
|
||||
{% tablericon "calendar-time" "Anticipated albums" %}
|
||||
Anticipated albums
|
||||
</h2>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<style>{{ css }}</style>
|
||||
{% endif %}
|
||||
{% assign media = data | normalizeMedia %}
|
||||
<h2 id="{{ title | downcase }}" class="media__grid--header flex--centered">
|
||||
<h2 id="{{ title | downcase }}" class="now__section--header flex--centered">
|
||||
{% tablericon icon title %}
|
||||
{{ title }}
|
||||
</h2>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{% if links.size > 0 %}
|
||||
<h2 id="links" class="media__grid--header flex--centered">
|
||||
<h2 id="links" class="recent__links-header flex--centered">
|
||||
{% tablericon "link" "Links" %}
|
||||
Recent links
|
||||
</h2>
|
||||
|
|
Reference in a new issue