Remove text-center in /about

This commit is contained in:
ekzyis 2024-07-12 10:17:21 +02:00
parent 6a3a384012
commit 2af3278f15
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ templ About() {
@components.Head() @components.Head()
<body class="container"> <body class="container">
@components.Header() @components.Header()
<div id="content" class="flex flex-col text-center"> <div id="content" class="flex flex-col">
@components.Figlet("random", "about") @components.Figlet("random", "about")
<div class="flex flex-col mb-3"> <div class="flex flex-col mb-3">
<h1>📈 Prediction market?</h1> <h1>📈 Prediction market?</h1>