style blockquotes

This commit is contained in:
Rhiannon Morris 2021-06-11 11:08:57 +02:00
parent cdf9a007b4
commit 926d2da728
1 changed files with 7 additions and 0 deletions

View File

@ -321,3 +321,10 @@ footer {
font-style: italic;
color: hsl(330deg, 80%, 30%);
}
blockquote {
max-width: 70%;
border-left: 1px solid black;
padding-left: 1em;
margin: auto;
}