fix centering of warning

This commit is contained in:
Martin Quarda 2024-06-25 14:52:26 +02:00
parent d53046a066
commit 7ce19d43f7

View File

@ -261,8 +261,8 @@ class Main extends Component {
<div class="container text text-center">
<h2>Stále nevíš, jestli se zúčastníš? Přečti si náš <button type="button" class="btn btn-warning" onClick={(e) => this.togglefaq()}>FAQ</button></h2>
</div>
<div class="text">
<h1>Registrace budou puštěny brzo.</h1>
<div class="container text">
<h1>Registrace budou puštěny brzo. </h1>
</div>
{/*
<form id="form" class="container" onSubmit={(e) => this.onSubmit(e)}>