From ae48b15bd5d3af0721b080d63ea2aa8515819849 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Thu, 25 Apr 2024 16:19:02 -0400 Subject: [PATCH] chore: spacing --- src/_includes/now.liquid | 2 +- src/assets/styles/base/index.css | 4 ---- src/assets/styles/pages/now.css | 4 ++++ 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/_includes/now.liquid b/src/_includes/now.liquid index 35ab2a79..7e76cda1 100644 --- a/src/_includes/now.liquid +++ b/src/_includes/now.liquid @@ -100,5 +100,5 @@ layout: default TV {% render "partials/now/media-grid.liquid", data:tv, icon: "device-tv", title: "TV", shape: "vertical", count: 6 %} -

This is a now page, and if you have your own site, you should make one too.

+

This is a now page, and if you have your own site, you should make one too.

This page was last updated on {{ "now" | date: "%B %-d, %-I:%M%p", "America/Los_Angeles" }}.

\ No newline at end of file diff --git a/src/assets/styles/base/index.css b/src/assets/styles/base/index.css index cfb294ee..35bf26dc 100644 --- a/src/assets/styles/base/index.css +++ b/src/assets/styles/base/index.css @@ -487,10 +487,6 @@ li { flex-wrap: wrap; } -.bottom-explainer { - margin-top: var(--sizing-lg); -} - /* screens: md */ @media screen and (min-width: 768px) { .main-title { diff --git a/src/assets/styles/pages/now.css b/src/assets/styles/pages/now.css index 9a33b9cf..5c823ed9 100644 --- a/src/assets/styles/pages/now.css +++ b/src/assets/styles/pages/now.css @@ -16,4 +16,8 @@ .link-list { margin-top: 0; +} + +.now-explainer { + padding-top: var(--sizing-lg); } \ No newline at end of file