update from sparkleup

This commit is contained in:
Madison Scott-Clary 2020-04-23 14:40:07 -07:00
parent 93d8b3f1cd
commit c15ce7b927
1 changed files with 7 additions and 4 deletions

View File

@ -276,6 +276,9 @@ q.comment q.comment {
/* Do not float or size nested comments. */
float: none;
width: auto;
max-width: 100%;
margin: 0.25rem auto;
position: static;
}
q.comment .attribution, q.comment .date {
@ -338,10 +341,10 @@ p + p, hr, .control {
clear: both;
}
@media only screen and (min-width:960px) {
@media only screen and (min-width: 1600px) {
q.comment {
position: absolute;
right: 1rem;
max-width: 320px;
position: relative;
margin-right: calc(-320px - 1rem - 20px);
}
}