Skip to content

Commit 59e362b

Browse files
author
Jørgen Elgaard Larsen
committed
fix: styling on homepage
1 parent 1a715c1 commit 59e362b

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
assets/

assets/css/style.scss

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
---
3+
4+
@import "{{ site.theme }}";
5+
6+
pre, code {
7+
background-color: #f8f8f8;
8+
}
9+
10+
.inner {
11+
max-width: 800px;
12+
}
13+
14+
15+
@media screen and (max-width: 480px) {
16+
.inner {
17+
max-width: 480px;
18+
}
19+
}
20+
21+
@media screen and (max-width: 320px) {
22+
.inner {
23+
max-width: 320px;
24+
}
25+
}

0 commit comments

Comments
 (0)