Skip to content

Commit ab3fa0e

Browse files
authored
Update main.scss
1 parent f2a6b17 commit ab3fa0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/main.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
// Adjust the main content width
22
.page {
3-
max-width: 1200px; // Increase the width to better fit the screen
3+
max-width: 1800px; // Increase the width to better fit the screen
44
width: 90%; // Use 90% of the viewport width for better responsiveness
55
margin: 0 auto; // Center the content
66
}
77

88
// Make sure the navigation and footer also align well
99
.site-header,
1010
.site-footer {
11-
max-width: 1200px;
11+
max-width: 1800px;
1212
width: 90%;
1313
margin: 0 auto;
1414
}

0 commit comments

Comments
 (0)