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 901d12e commit a8c5980Copy full SHA for a8c5980
assets/main.scss
@@ -0,0 +1,7 @@
1
+// Override Minima layout to make it wider
2
+@media (min-width: 768px) {
3
+ .page {
4
+ max-width: 90%; // Adjust the width to occupy more space
5
+ margin: auto;
6
+ }
7
+}
0 commit comments