Skip to content

Commit d4abc1b

Browse files
committed
update
1 parent d94b7ff commit d4abc1b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747

4848
/* Main content area */
4949
.container {
50-
max-width: 800px;
51-
margin: auto;
50+
width: 100%; /* Make the container span the full width */
51+
margin: 0; /* Remove auto centering */
5252
padding: 0 20px 60px;
5353
background-color: #fff;
5454
}

0 commit comments

Comments
 (0)