update from sparkleup

This commit is contained in:
Madison Scott-Clary 2020-04-22 18:00:08 -07:00
parent 5051da6e41
commit 71f6fb2a9e
1 changed files with 13 additions and 1 deletions

View File

@ -202,6 +202,18 @@ q.comment .attribution, q.comment .date {
q.comment::before, q.comment::after {
content: "";
display: table;
display: block;
clear: both;
}
q.comment::before {
width: 0;
height: 0;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-right: 10px solid #000;
}
p {
clear: both;
}