Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wangchucheng/hugo-eureka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts')
-rw-r--r--layouts/404.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/layouts/404.html b/layouts/404.html
index b9390dc..512569b 100644
--- a/layouts/404.html
+++ b/layouts/404.html
@@ -1,5 +1,5 @@
{{ define "main" }}
- <div class="bg-secondary-bg text-center py-32">
- <span class="text-3xl">404 - page not found</span>
- </div>
+<div class="bg-secondary-bg rounded overflow-hidden mt-12 px-4 py-32 text-center">
+ <span class="text-3xl">404 - Page not found</span>
+</div>
{{ end }} \ No newline at end of file