new quotation design for large quotes

This commit is contained in:
E. S. 2024-04-22 19:37:31 +00:00
parent 9793661875
commit 86333ba9f4

View File

@ -441,3 +441,11 @@ body.wide .blog-post {
margin-bottom: 8px;
&:first-child { padding-top: 0; }
}
.blog-quote {
padding: $base-padding;
background: $hover-hl;
border-radius: 2px;
margin: $base-padding 0;
font-size: $fs - 2px;
}