update from sparkleup

This commit is contained in:
Madison Scott-Clary 2020-04-22 18:05:06 -07:00
parent 71f6fb2a9e
commit 252d59da4c
1 changed files with 9 additions and 2 deletions

View File

@ -208,10 +208,17 @@ q.comment::before, q.comment::after {
q.comment::before {
width: 0;
height: 0;
height: -0.5rem;
float: left;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-right: 10px solid #000;
border-right: 15px solid #ccc;
margin-left: calc(-1rem - 2px);
margin-top: -0.5rem;
}
q.comment q.comment::before {
border: none;
}
p {