Skip to content

Commit

Permalink
fix: 404 top margin
Browse files Browse the repository at this point in the history
  • Loading branch information
wangchucheng committed Dec 17, 2020
1 parent 8f5a4d0 commit 5c8e0b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions layouts/404.html
Original file line number Diff line number Diff line change
@@ -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 }}
Loading

0 comments on commit 5c8e0b6

Please sign in to comment.