chore: fix miscellaneous errors from linters (#1555)

This commit is contained in:
Caleb
2018-07-31 15:03:46 -06:00
committed by Shawn Erquhart
parent d5f59de2d2
commit 5a27fb8b9d
35 changed files with 75 additions and 85 deletions

View File

@ -52,9 +52,6 @@ h3 {
margin: 0;
}
h3 > p {
}
p, ul {
font-size: 18px;
line-height: 26px;

View File

@ -1,15 +1,3 @@
.docs-content,
.blog-content {
pre {
margin: 30px -16px !important;
}
@media (min-width: $xlarge) {
pre {
margin-right: -120px !important;
}
}
}
.docs.page,
.blog.page {
padding: 69px $tiny $xl;
@ -225,6 +213,13 @@
border-radius: $borderRadius;
}
pre {
margin: 30px -16px !important;
@media (min-width: $xlarge) {
margin-right: -120px !important;
}
}
:not(pre) > code {
color: inherit;
background: $lightestGrey;

View File

@ -11,7 +11,6 @@
font-size: inherit;
line-height: inherit;
background: transparent;
border: 0;
color: $darkGrey;
border: 2px solid $darkGreen;
border-radius: $borderRadius;