Template
1
0
Fork 0

H1 Size Change

This commit is contained in:
Atridad Lahiji 2024-04-12 19:29:03 -06:00
parent fe60de05db
commit 4f5afcda70
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View file

@ -11,11 +11,11 @@ Atridad Lahiji // Testimonials
{{end}}
{{define "main"}}
<h1 class="text-4xl font-extrabold text-white sm:text-8xl">
<h2 class="text-2xl font-extrabold tracking-tight text-white sm:text-[2rem]">
What <a class="link link-secondary"
href="https://steamcommunity.com/app/1230140/reviews/?browsefilter=toprated&snr=1_5_100010_" target="_blank"
rel="noreferrer">People</a> Say About Me
</h1>
</h2>
<div class="grid grid-cols-1 gap-4 sm:grid-cols-2 md:grid-cols-3">
{{range .Images}}

File diff suppressed because one or more lines are too long