errorPage.tmpl: increase msg font size
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
24b62dad98
commit
78774ac3ad
@ -4,7 +4,7 @@
|
|||||||
<main class="grow">
|
<main class="grow">
|
||||||
<div class="container mx-auto md:items-center text-center">
|
<div class="container mx-auto md:items-center text-center">
|
||||||
<div class="place-items-center text-center">
|
<div class="place-items-center text-center">
|
||||||
<h1 class="p-2 mt-10 text-4xl font-bold text-purple-700 dark:text-purple-400">
|
<h1 class="p-2 mt-10 text-7xl font-bold text-purple-700 dark:text-purple-400">
|
||||||
{{ .Status }} - {{ .StatusText }}
|
{{ .Status }} - {{ .StatusText }}
|
||||||
</h1>
|
</h1>
|
||||||
{{ if .DevelMode }}
|
{{ if .DevelMode }}
|
||||||
|
Loading…
Reference in New Issue
Block a user