Commit 1b19c0c5740d31d5c88317bfa73673305ee7a6f3
fix initial style issues
Ev Bogue committed on 7/5/2016, 9:20:20 PMParent: ff8781e70b820b0e282ab4e312ba2803353b2904
Files changed
static/styles.css | changed |
static/styles.css | ||
---|---|---|
@@ -1,20 +1,21 @@ | ||
1 | 1 … | body { |
2 | - margin: 1ex 1em; | |
2 … | + margin: 1em; | |
3 | 3 … | line-height: 1.6; |
4 | 4 … | background-color: #f5f5f5; |
5 | 5 … | font-family: "Source Sans Pro", sans-serif; |
6 | 6 … | } |
7 | 7 … | |
8 | -@media (min-width: 800px) { | |
9 | - header, article { | |
10 | - width: 100%; | |
11 | - } | |
8 … | +article, header { | |
9 … | + width: 100%; | |
10 … | + margin-left: auto; | |
11 … | + margin-right: auto; | |
12 | 12 … | } |
13 | 13 … | |
14 | -header, article { | |
15 | - width: 80%; | |
16 | - margin: 0 auto; | |
14 … | +@media (min-width: 600px) { | |
15 … | + article, header { | |
16 … | + width: 60%; | |
17 … | + } | |
17 | 18 … | } |
18 | 19 … | |
19 | 20 … | pre { |
20 | 21 … | font: 12px/1.45 Consolas, "Liberation Mono", Menlo, Courier, monospace; |
Built with git-ssb-web