We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da2e778 commit 8f5d1b7Copy full SHA for 8f5d1b7
css/demo.css
@@ -13,10 +13,10 @@ body {
13
max-width: 750px;
14
margin: 0 auto;
15
padding: 1em;
16
- font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
+ font-family: 'Open Sans', sans-serif;
17
font-size: 1em;
18
line-height: 1.4em;
19
- background: #222;
+ background: #4D5275;
20
color: #fff;
21
-webkit-text-size-adjust: 100%;
22
-ms-text-size-adjust: 100%;
@@ -32,6 +32,11 @@ img {
32
h1 {
33
line-height: 1em;
34
}
35
+p {
36
+ line-height: 1.9em;
37
+ letter-spacing: 1px;
38
+ word-spacing: 4px;
39
+}
40
table {
41
width: 100%;
42
word-wrap: break-word;
0 commit comments