1
0
mirror of https://github.com/danbee/danbarber.me synced 2025-03-04 08:59:10 +00:00
danbarber.me/_assets/stylesheets/elements/_blockquote.scss
2018-11-10 16:17:37 -05:00

18 lines
284 B
SCSS

blockquote {
font-size: 1rem;
font-style: italic;
line-height: 1.6;
margin-left: 0;
margin-right: 0;
}
blockquote:before {
content: "";
float: left;
font-family: $body-font-family;
font-size: 2.75em;
margin-top: 0.1em;
opacity: 0.3;
text-indent: -0.6em;
}