moved border from blockquote to figcaption

This commit is contained in:
Emma Tebibyte 2022-10-03 18:34:49 -04:00
parent bb31f72e55
commit 5b0038efbb
Signed by: emma
GPG Key ID: 6D661C738815E7DD
1 changed files with 9 additions and 3 deletions

View File

@ -45,7 +45,11 @@ aside {
}
blockquote {
border-bottom: solid #8f2424 0.1rem;
margin: 0 1.5em;
}
blockquote p {
margin: 0;
}
body {
@ -65,13 +69,15 @@ dt {
}
figcaption {
padding-bottom: 1em;
border-top: solid #8f2424 0.1rem;
margin: 1em 1.5em 0;
padding-top: 1em;
text-align: center;
}
figure {
margin: 0 1em;
padding: 0;
padding: 1em;
}
footer {