Skip to content

Commit a8c5980

Browse files
authored
Create main.scss
1 parent 901d12e commit a8c5980

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

assets/main.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)