master
*anna* 3 years ago
parent 22f11b9f01
commit f3338c96e3

@ -69,7 +69,7 @@ span.instructions_arrow{
position:absolute;
height:100%;
/*width:3500px;*/
width: 560vh;
width: 540vh;
}
#groundline {
@ -211,7 +211,7 @@ span.button_text{
z-index:1;
}
#tree5 {
bottom:25%;
bottom:20%;
left: 75%;
position: absolute;
z-index:5;
@ -307,7 +307,7 @@ span.button_text{
z-index:-2;
}
.bubble1 {
right: 23.5%;
right: 22%;
bottom:54%;
position: absolute;
background: #ffffff;

@ -162,7 +162,7 @@ $(document).keydown(function(e) {
var left_Percentage = (left_val_only/parent_width) * 100;
console.log ("left %", left_Percentage);
if (left_Percentage < 72) {
if (left_Percentage < 74) {
switch (e.which) {
case 37:
offset.left -= 20;

@ -69,7 +69,7 @@
#ground{
position:absolute;
height:100%;
width:560vh;
width:510vh;
/* width:3500px; */
}

Loading…
Cancel
Save