Skip to content

Commit 090791e

Browse files
Fix center title
1 parent 57c3b81 commit 090791e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ <h1 class="select-none">Automata Simulation</h1>
143143

144144
<main class="leading-7 container mx-auto max-w-screen-lg">
145145
<div class="my-10" id="how-to-use">
146-
<h2 class="text-2xl font-bold mb-2 text-center">About</h2>
146+
<h2 class="text-2xl font-bold mb-2">About</h2>
147147

148148
<p>
149149
This open-source software provides users with the ability to create,
@@ -173,7 +173,7 @@ <h2 class="text-2xl font-bold mb-2 text-center">About</h2>
173173
</div>
174174

175175
<div class="my-10">
176-
<h2 class="text-2xl font-bold mb-2 text-center">ToDo</h2>
176+
<h2 class="text-2xl font-bold mb-2">ToDo</h2>
177177

178178
<ul class="ml-2">
179179
<li>
@@ -195,7 +195,7 @@ <h2 class="text-2xl font-bold mb-2 text-center">ToDo</h2>
195195
</div>
196196

197197
<div class="my-10">
198-
<h3 class="text-2xl font-bold mb-2 text-center">Collaborate</h3>
198+
<h3 class="text-2xl font-bold mb-2">Collaborate</h3>
199199

200200
<p class="mb-4">
201201
Thank you for considering contributing to our project! We welcome

0 commit comments

Comments
 (0)