Trying to add quote style.

This commit is contained in:
Dessalines 2021-02-11 12:47:01 -05:00
parent 16adfc2db7
commit 2e9283d984

View File

@ -38,3 +38,11 @@ h1,h2,h3 {
} }
} }
img {max-width: 100%; height:auto;} img {max-width: 100%; height:auto;}
blockquote {
border-left: 4px solid red;
margin: 1em 0;
}
blockquote > * {
margin-left: 1em;
}