Add blockquote style

This commit is contained in:
Gabriel Augendre 2022-11-15 17:19:49 +01:00
parent 40d4743b83
commit c163d4b442

View file

@ -5,3 +5,8 @@
#notes img { #notes img {
max-width: 100%; max-width: 100%;
} }
blockquote {
padding-left: 2em;
border-left: solid #d5d5d5 4px;
}