added some typography CSS

This commit is contained in:
Andy Miller
2018-05-11 14:41:11 -06:00
parent 25cfebdc53
commit fbaead92cb
3 changed files with 6 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -84,7 +84,6 @@ pre {
border-radius: 3px;
code {
background: inherit;
white-space: pre-line;
}
}
@@ -128,10 +127,13 @@ form {
}
blockquote {
padding: 10px 10px 1px 10px;
padding: 15px;
p {
font-size: 0.9rem;
color: inherit;
&:last-child {
margin-bottom: 0;
}
}
}