Skip to content

Commit

Permalink
improve layout end screen
Browse files Browse the repository at this point in the history
  • Loading branch information
loan-mgt committed May 25, 2024
1 parent 61e8ffd commit b85a45d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion static/styles/output.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion template/end.html.tmpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{ define "end" }}
<div id="main" class="flex h-full w-full items-center flex-col gap-5 justify-center">
<div id="main" class="flex h-full w-full items-center flex-col gap-5 justify-center mt-[20rem]">
<h1 class="text-xl">The end</h1>
<p>{{ .Message }}</p>
<a href=".">play again<a>
Expand Down

0 comments on commit b85a45d

Please sign in to comment.