Skip to content

Commit 57c3b81

Browse files
Adjust page width and center content
1 parent c5896a3 commit 57c3b81

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@ <h1 class="select-none">Automata Simulation</h1>
141141
</div>
142142
</div>
143143

144-
<main class="leading-7 container mx-auto">
144+
<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">About</h2>
146+
<h2 class="text-2xl font-bold mb-2 text-center">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">About</h2>
173173
</div>
174174

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

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

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

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

0 commit comments

Comments
 (0)