adjust some of the timeline bg images

This commit is contained in:
caseymm 2021-10-20 15:30:16 -07:00
parent 283f7c2630
commit 522e2335fa

View file

@ -1319,9 +1319,10 @@ img.comment-viz{
} }
.illustrations{ .illustrations{
position: absolute; position: absolute;
width: 970px; max-width: 1040px;
width: 100%;
margin-left: calc((100% - 980px)/2); margin-left: calc((100% - 980px)/2);
top: 1100px; top: 1150px;
@media #{$intermediate-and-smaller} { @media #{$intermediate-and-smaller} {
display: none; display: none;
} }
@ -1338,11 +1339,11 @@ img.comment-viz{
} }
&.june{ &.june{
right: -50px; right: -50px;
top: 1520px; top: 1570px;
} }
&.july{ &.july{
left: 0px; left: 0px;
top: 2250px; top: 2270px;
} }
} }
} }