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 89a5613 commit 8845971Copy full SHA for 8845971
1 file changed
app/assets/css/modules/_typography.styl
@@ -27,7 +27,7 @@
27
h4,
28
h5,
29
h6
30
- line-height: 1em
+ line-height: 1.3em
31
margin-top: 1em
32
color: grey-dark
33
font-weight: bold
@@ -66,7 +66,7 @@
66
font-weight: 300
67
68
p
69
- line-height: 1.3em
+ line-height: 1.5em
70
margin: 1em 0
71
72
p img
@@ -179,10 +179,9 @@
179
180
code
181
height: 4px
182
- padding: 0
183
- background: #fafafa
+ padding: .2em .4em
+ background: #f2f2f2
184
color: #666
185
- border: 1px solid #ddd
186
border-radius: 3px
187
font-family: inconsolata, monospace
188
0 commit comments