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 %}
|
{% 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" %}
|
{% tablericon "calendar-time" "Anticipated albums" %}
|
||||||
Anticipated albums
|
Anticipated albums
|
||||||
</h2>
|
</h2>
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
<style>{{ css }}</style>
|
<style>{{ css }}</style>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% assign media = data | normalizeMedia %}
|
{% 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 %}
|
{% tablericon icon title %}
|
||||||
{{ title }}
|
{{ title }}
|
||||||
</h2>
|
</h2>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{% if links.size > 0 %}
|
{% 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" %}
|
{% tablericon "link" "Links" %}
|
||||||
Recent links
|
Recent links
|
||||||
</h2>
|
</h2>
|
||||||
|
|
|
@ -3,11 +3,12 @@
|
||||||
--grid-vertical: repeat(3,minmax(0,1fr));
|
--grid-vertical: repeat(3,minmax(0,1fr));
|
||||||
}
|
}
|
||||||
|
|
||||||
.media__grid--header {
|
.now__section--header,
|
||||||
|
.recent__links-header {
|
||||||
margin: var(--sizing-3xl) 0 var(--sizing-lg);
|
margin: var(--sizing-3xl) 0 var(--sizing-lg);
|
||||||
}
|
}
|
||||||
|
|
||||||
.media__grid--header:first-of-type {
|
.now__section--header:first-of-type {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -14,11 +14,12 @@
|
||||||
width: var(--sizing-base);
|
width: var(--sizing-base);
|
||||||
}
|
}
|
||||||
|
|
||||||
.media__grid--header {
|
.now__section--header,
|
||||||
|
.recent__links-header {
|
||||||
margin: var(--sizing-3xl) 0 var(--sizing-lg);
|
margin: var(--sizing-3xl) 0 var(--sizing-lg);
|
||||||
}
|
}
|
||||||
|
|
||||||
.media__grid--header:first-of-type {
|
.now__section--header:first-of-type {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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="flex--centered">
|
<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="flex--centered">
|
<h2 class="now__section--header flex--centered">
|
||||||
{% tablericon "terminal-2" "Making" %}
|
{% tablericon "terminal-2" "Making" %}
|
||||||
Making
|
Making
|
||||||
</h2>
|
</h2>
|
||||||
|
|
Reference in a new issue