Skip to content

Commit a3f27a9

Browse files
authored
Merge pull request #44 from kees/css/wider
CSS: Make the site wider
2 parents 24510d6 + a84d02c commit a3f27a9

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

assets/css/style.scss

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
---
3+
4+
@import "{{ site.theme }}";
5+
6+
.wrapper {
7+
width: 98%;
8+
}
9+
10+
header {
11+
width: 20%;
12+
}
13+
14+
section {
15+
width: 80%;
16+
}
17+
18+
footer {
19+
display: none;
20+
visibility: hidden;
21+
}

0 commit comments

Comments
 (0)