diff --git a/src/_includes/now.liquid b/src/_includes/now.liquid index 599db83c..3604f0a1 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 page was last updated on {{ "now" | date: "%B %-d, %-I:%M%p", "America/Los_Angeles" }}.
\ No newline at end of file +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/pages/now.css b/src/assets/styles/pages/now.css index 5c823ed9..9a33b9cf 100644 --- a/src/assets/styles/pages/now.css +++ b/src/assets/styles/pages/now.css @@ -16,8 +16,4 @@ .link-list { margin-top: 0; -} - -.now-explainer { - padding-top: var(--sizing-lg); } \ No newline at end of file