style: remove uppercase from 404 suggestion heading
All checks were successful
Deploy Theme / deploy (push) Successful in 14s
All checks were successful
Deploy Theme / deploy (push) Successful in 14s
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
{{#get "posts" limit="3" include="tags,authors"}}
|
{{#get "posts" limit="3" include="tags,authors"}}
|
||||||
{{#if posts}}
|
{{#if posts}}
|
||||||
<div class="mt-24 w-full">
|
<div class="mt-24 w-full">
|
||||||
<h3 class="text-2xl font-bold mb-10 text-[var(--text-tertiary)] uppercase tracking-widest">Perhaps read something else?</h3>
|
<h3 class="text-3xl font-bold mb-10 text-[var(--text-primary)]">Perhaps read something else?</h3>
|
||||||
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-10">
|
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-10">
|
||||||
{{#foreach posts}}
|
{{#foreach posts}}
|
||||||
{{> "post-card"}}
|
{{> "post-card"}}
|
||||||
|
|||||||
Reference in New Issue
Block a user