style blockquotes
This commit is contained in:
parent
cdf9a007b4
commit
926d2da728
1 changed files with 7 additions and 0 deletions
|
@ -321,3 +321,10 @@ footer {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
color: hsl(330deg, 80%, 30%);
|
color: hsl(330deg, 80%, 30%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
blockquote {
|
||||||
|
max-width: 70%;
|
||||||
|
border-left: 1px solid black;
|
||||||
|
padding-left: 1em;
|
||||||
|
margin: auto;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue