mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
adjust some of the timeline bg images
This commit is contained in:
parent
283f7c2630
commit
522e2335fa
1 changed files with 5 additions and 4 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue