Add styles for docs blockquote

This commit is contained in:
kitajchuk
2021-04-24 10:55:27 -07:00
parent c90125a541
commit 7dcb1f5a8c

View File

@@ -51,16 +51,20 @@ $font-mono: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
}
> div {
> p {
> p, > blockquote > p {
@include ms();
}
> h1, > h2, > h3, > h4, > h5, > h6, > p, > div, > ul, > ol, > table {
> blockquote > p {
font-family: 'objectivityregular_slanted';
}
> h1, > h2, > h3, > h4, > h5, > h6, > p, > div, > ul, > ol, > table, > blockquote {
margin: 16px 0;
}
> ol, > ul {
padding-left: 64px;
padding-left: 48px;
@media (max-width: $width-tablet-1) {
padding-left: 32px;