git ssb

30+

cel / git-ssb-web



Commit 1b19c0c5740d31d5c88317bfa73673305ee7a6f3

fix initial style issues

Ev Bogue committed on 7/5/2016, 9:20:20 PM
Parent: ff8781e70b820b0e282ab4e312ba2803353b2904

Files changed

static/styles.csschanged
static/styles.cssView
@@ -1,20 +1,21 @@
11 body {
2- margin: 1ex 1em;
2 + margin: 1em;
33 line-height: 1.6;
44 background-color: #f5f5f5;
55 font-family: "Source Sans Pro", sans-serif;
66 }
77
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;
1212 }
1313
14-header, article {
15- width: 80%;
16- margin: 0 auto;
14 +@media (min-width: 600px) {
15 + article, header {
16 + width: 60%;
17 + }
1718 }
1819
1920 pre {
2021 font: 12px/1.45 Consolas, "Liberation Mono", Menlo, Courier, monospace;

Built with git-ssb-web