update from sparkleup

This commit is contained in:
Madison Scott-Clary 2020-04-22 18:10:06 -07:00
parent 252d59da4c
commit 4b9db414ef
1 changed files with 4 additions and 4 deletions

View File

@ -212,15 +212,15 @@ q.comment::before {
float: left;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-right: 15px solid #ccc;
margin-left: calc(-1rem - 2px);
margin-top: -0.5rem;
border-right: 20px solid #ccc;
margin-left: calc(-1rem - 12px);
margin-top: calc(-0.5rem - 1.5px);
}
q.comment q.comment::before {
border: none;
}
p {
p + p {
clear: both;
}