From 7e85e61fa7d4c629ab99e69a801a338cab38579f Mon Sep 17 00:00:00 2001 From: ayoayco Date: Wed, 4 Jun 2025 10:20:29 +0200 Subject: [PATCH] chore: fix html structure --- src/pages/now.astro | 90 ++++++++++++++++++++++----------------------- 1 file changed, 44 insertions(+), 46 deletions(-) diff --git a/src/pages/now.astro b/src/pages/now.astro index c828f93..cc0dfc2 100644 --- a/src/pages/now.astro +++ b/src/pages/now.astro @@ -12,53 +12,51 @@ const publishedOn = now.publishedOn === '' ? now.publishDate : now.publishedOn

What's up Now

-

- - Updated on { - now.publishState ? `, ${now.publishState}` : '' - } - - -


- About now pages - · - Previously... -
+ .highlighted-content code { + font-size: var(--font-size-base); + border: 0.1em solid var(--color-border); + border-radius: 4px; + padding: 0.15em 0.25em; + } + + .link-card-grid { + display: grid; + gap: 1rem; + padding: 0; + } +