chore: styles
This commit is contained in:
parent
1b8983d1bf
commit
8e97955266
2 changed files with 2 additions and 6 deletions
|
@ -100,5 +100,5 @@ layout: default
|
||||||
TV
|
TV
|
||||||
</h2>
|
</h2>
|
||||||
{% render "partials/now/media-grid.liquid", data:tv, icon: "device-tv", title: "TV", shape: "vertical", count: 6 %}
|
{% render "partials/now/media-grid.liquid", data:tv, icon: "device-tv", title: "TV", shape: "vertical", count: 6 %}
|
||||||
<p class="now-explainer text-small text-centered">This is a <a href="https://nownownow.com/about">now page</a>, and if you have your own site, <a href="https://nownownow.com/about">you should make one too</a>.</p>
|
<p class="text-small text-centered">This is a <a href="https://nownownow.com/about">now page</a>, and if you have your own site, <a href="https://nownownow.com/about">you should make one too</a>.</p>
|
||||||
<p class="text-small text-centered"><strong>This page was last updated on {{ "now" | date: "%B %-d, %-I:%M%p", "America/Los_Angeles" }}.</strong></p>
|
<p class="text-small text-centered"><em>This page was last updated on {{ "now" | date: "%B %-d, %-I:%M%p", "America/Los_Angeles" }}.</em></p>
|
|
@ -16,8 +16,4 @@
|
||||||
|
|
||||||
.link-list {
|
.link-list {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
|
||||||
|
|
||||||
.now-explainer {
|
|
||||||
padding-top: var(--sizing-lg);
|
|
||||||
}
|
}
|
Reference in a new issue