mirror of
https://github.com/dessalines/essays.git
synced 2026-03-11 09:04:37 +00:00
Trying to add quote style.
This commit is contained in:
parent
16adfc2db7
commit
2e9283d984
1 changed files with 8 additions and 0 deletions
|
|
@ -38,3 +38,11 @@ h1,h2,h3 {
|
|||
}
|
||||
}
|
||||
img {max-width: 100%; height:auto;}
|
||||
|
||||
blockquote {
|
||||
border-left: 4px solid red;
|
||||
margin: 1em 0;
|
||||
}
|
||||
blockquote > * {
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue