chore: spacing

This commit is contained in:
Cory Dransfeldt 2024-04-25 16:19:02 -04:00
parent 5d43aebb12
commit ae48b15bd5
3 changed files with 5 additions and 5 deletions

View file

@ -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="bottom-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="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"><em>This page was last updated on {{ "now" | date: "%B %-d, %-I:%M%p", "America/Los_Angeles" }}.</em></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>

View file

@ -487,10 +487,6 @@ li {
flex-wrap: wrap; flex-wrap: wrap;
} }
.bottom-explainer {
margin-top: var(--sizing-lg);
}
/* screens: md */ /* screens: md */
@media screen and (min-width: 768px) { @media screen and (min-width: 768px) {
.main-title { .main-title {

View file

@ -16,4 +16,8 @@
.link-list { .link-list {
margin-top: 0; margin-top: 0;
}
.now-explainer {
padding-top: var(--sizing-lg);
} }