Fix issue with deleted .before

This commit is contained in:
Chris Roberts 2019-11-03 15:10:13 +00:00
parent 18dcf69d6b
commit b407a08f96
No known key found for this signature in database
GPG Key ID: 97F2481A77CBF43E

View File

@ -168,15 +168,6 @@ blockquote {
padding-right: 0; padding-right: 0;
} }
&:before {
content: '”';
font-family: Georgia, serif;
font-size: 3.875rem;
position: absolute;
left: -40px;
top: -20px;
}
p:first-of-type { p:first-of-type {
margin-top: 0; margin-top: 0;
} }