1
0
Fork 0

💄 Fixed CSS width for blockquotes

This commit is contained in:
Joost De Cock 2019-07-26 01:27:29 +02:00
parent e7f4a7ee38
commit 60abe3e076

View file

@ -1,5 +1,5 @@
blockquote {
width: 100%;
width: calc(100% - 3rem);
border-radius: 4px;
margin: 2rem 0;
padding: 1.5rem;