Skip to content

Commit

Permalink
modify width of wrapper and section
Browse files Browse the repository at this point in the history
  • Loading branch information
brunnedu committed Oct 20, 2024
1 parent f93be33 commit 4d0bb7c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
---

// Custom styles
.wrapper {
width: 1000px;
margin: 0 auto; /* Centers the wrapper on the page */
}

.wrapper section {
width: 690px;
margin: 0 auto; /* Centers the section within the wrapper */
}

@import "{{ site.theme }}";

0 comments on commit 4d0bb7c

Please sign in to comment.