Skip to content

Commit 102e2bf

Browse files
committed
This should fix the column width.
1 parent 34a50a1 commit 102e2bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ import Layout from '../layouts/Layout.astro';
360360

361361
/* ---- OPENING STATEMENT ---- */
362362
.opening__inner {
363-
max-width: 768px;
363+
max-width: 1000px;
364364
margin: 0 auto;
365365
text-align: center;
366366
}

0 commit comments

Comments
 (0)