Skip to content

Commit ce8932e

Browse files
committed
fix width in the main container
1 parent 71797e7 commit ce8932e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

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

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

@@ -261,7 +261,7 @@ <h3 class="text-2xl font-bold mb-2">Collaborate</h3>
261261
</main>
262262

263263
<footer
264-
class="container mx-auto flex justify-between items-end border-t-2 py-8"
264+
class="container mx-auto flex justify-between items-end border-t-2 py-8 px-2"
265265
>
266266
<div>
267267
<p>Automata Simulation</p>

0 commit comments

Comments
 (0)