We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d94b7ff commit d4abc1bCopy full SHA for d4abc1b
1 file changed
style.css
@@ -47,8 +47,8 @@
47
48
/* Main content area */
49
.container {
50
- max-width: 800px;
51
- margin: auto;
+ width: 100%; /* Make the container span the full width */
+ margin: 0; /* Remove auto centering */
52
padding: 0 20px 60px;
53
background-color: #fff;
54
}
0 commit comments