8 lines
305 B
Plaintext
8 lines
305 B
Plaintext
{{ define "h1Style" }}
|
|
class="mb-4 text-4xl font-extrabold leading-none tracking-tight text-gray-900 md:text-5xl lg:text-6xl dark:text-white"
|
|
{{end}}
|
|
|
|
{{ define "h1StyleSmall"}}
|
|
class="mb-4 text-2xl font-extrabold leading-none tracking-tight text-gray-900 md:text-5xl lg:text-2xl dark:text-white"
|
|
{{end}}
|