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:
authorWang Chucheng <wangchucheng@outlook.com>2020-12-17 14:10:46 +0300
committerWang Chucheng <wangchucheng@outlook.com>2020-12-17 14:10:46 +0300
commit5c8e0b6c72d45d4f76979d4b9de14f8fa58e3b7a (patch)
tree8e3ec764c5cb7b32b17753177f210ddb0638cc5c /layouts
parent8f5a4d0c1aed9935e18fb0c5861cb3500d48d6a7 (diff)
fix: 404 top marginv0.3.1
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