Skip to content

Commit

Permalink
create style.scss to widen right frame
Browse files Browse the repository at this point in the history
Copied from the solution in this issue: pages-themes/minimal#104 (comment)
  • Loading branch information
eduardklap committed Dec 14, 2022
1 parent f0c7505 commit 7bc95db
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions assets/css/style.scss
@@ -0,0 +1,18 @@
---
---

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

.wrapper {
width:1200px;
// left side is 270
// 1200-270 = 930
// 30px free room
margin:0 auto;
}

section {
width:900px;
float:right;
padding-bottom:50px;
}

0 comments on commit 7bc95db

Please sign in to comment.