Remove text-center in /about
This commit is contained in:
parent
6a3a384012
commit
2af3278f15
|
@ -7,7 +7,7 @@ templ About() {
|
|||
@components.Head()
|
||||
<body class="container">
|
||||
@components.Header()
|
||||
<div id="content" class="flex flex-col text-center">
|
||||
<div id="content" class="flex flex-col">
|
||||
@components.Figlet("random", "about")
|
||||
<div class="flex flex-col mb-3">
|
||||
<h1>📈 Prediction market?</h1>
|
||||
|
|
Loading…
Reference in New Issue