fix: alignment
This commit is contained in:
parent
493b5ee3bd
commit
bc4740d622
2 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@ layout: now
|
|||
permalink: /now.html
|
||||
description: "See what I'm doing now."
|
||||
---
|
||||
<h2 class="now__section--header">
|
||||
<h2 class="now__section--header flex--centered">
|
||||
{% tablericon "clock-heart" "Currently" %}
|
||||
Currently
|
||||
</h2>
|
||||
|
@ -19,7 +19,7 @@ description: "See what I'm doing now."
|
|||
Rooting for the <a href="https://lakers.com">Lakers</a>. 💜💛
|
||||
</p>
|
||||
</div>
|
||||
<h2 class="now__section--header">
|
||||
<h2 class="now__section--header flex--centered">
|
||||
{% tablericon "terminal-2" "Making" %}
|
||||
Making
|
||||
</h2>
|
||||
|
|
|
@ -47,7 +47,7 @@ Rendering the output is as simple as:
|
|||
|
||||
```liquid
|
||||
{% if albumReleases.size > 0 %}
|
||||
<h2 class="now__section--header">
|
||||
<h2 class="now__section--header flex--centered">
|
||||
{% tablericon "calendar-time" "Anticipated albums" %}
|
||||
Anticipated albums
|
||||
</h2>
|
||||
|
|
Reference in a new issue