💄 Fixed CSS width for blockquotes
This commit is contained in:
parent
e7f4a7ee38
commit
60abe3e076
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
blockquote {
|
||||
width: 100%;
|
||||
width: calc(100% - 3rem);
|
||||
border-radius: 4px;
|
||||
margin: 2rem 0;
|
||||
padding: 1.5rem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue