We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2a6b17 commit ab3fa0eCopy full SHA for ab3fa0e
assets/main.scss
@@ -1,14 +1,14 @@
1
// Adjust the main content width
2
.page {
3
- max-width: 1200px; // Increase the width to better fit the screen
+ max-width: 1800px; // Increase the width to better fit the screen
4
width: 90%; // Use 90% of the viewport width for better responsiveness
5
margin: 0 auto; // Center the content
6
}
7
8
// Make sure the navigation and footer also align well
9
.site-header,
10
.site-footer {
11
- max-width: 1200px;
+ max-width: 1800px;
12
width: 90%;
13
margin: 0 auto;
14
0 commit comments