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
|
permalink: /now.html
|
||||||
description: "See what I'm doing now."
|
description: "See what I'm doing now."
|
||||||
---
|
---
|
||||||
<h2 class="now__section--header">
|
<h2 class="now__section--header flex--centered">
|
||||||
{% tablericon "clock-heart" "Currently" %}
|
{% tablericon "clock-heart" "Currently" %}
|
||||||
Currently
|
Currently
|
||||||
</h2>
|
</h2>
|
||||||
|
@ -19,7 +19,7 @@ description: "See what I'm doing now."
|
||||||
Rooting for the <a href="https://lakers.com">Lakers</a>. 💜💛
|
Rooting for the <a href="https://lakers.com">Lakers</a>. 💜💛
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<h2 class="now__section--header">
|
<h2 class="now__section--header flex--centered">
|
||||||
{% tablericon "terminal-2" "Making" %}
|
{% tablericon "terminal-2" "Making" %}
|
||||||
Making
|
Making
|
||||||
</h2>
|
</h2>
|
||||||
|
|
|
@ -47,7 +47,7 @@ Rendering the output is as simple as:
|
||||||
|
|
||||||
```liquid
|
```liquid
|
||||||
{% if albumReleases.size > 0 %}
|
{% if albumReleases.size > 0 %}
|
||||||
<h2 class="now__section--header">
|
<h2 class="now__section--header flex--centered">
|
||||||
{% tablericon "calendar-time" "Anticipated albums" %}
|
{% tablericon "calendar-time" "Anticipated albums" %}
|
||||||
Anticipated albums
|
Anticipated albums
|
||||||
</h2>
|
</h2>
|
||||||
|
|
Reference in a new issue