We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71797e7 commit ce8932eCopy full SHA for ce8932e
index.html
@@ -141,7 +141,7 @@ <h1 class="select-none">Automata Simulation</h1>
141
</div>
142
143
144
- <main class="leading-7 container mx-auto max-w-screen-lg">
+ <main class="leading-7 container mx-auto px-2">
145
<div class="my-10" id="how-to-use">
146
<h2 class="text-2xl font-bold mb-2">About</h2>
147
@@ -261,7 +261,7 @@ <h3 class="text-2xl font-bold mb-2">Collaborate</h3>
261
</main>
262
263
<footer
264
- class="container mx-auto flex justify-between items-end border-t-2 py-8"
+ class="container mx-auto flex justify-between items-end border-t-2 py-8 px-2"
265
>
266
<div>
267
<p>Automata Simulation</p>
0 commit comments