Skip to content

Commit

Permalink
some width and overflow fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
melaniegoldstone committed Oct 3, 2023
1 parent 11bf8a3 commit 9f01d90
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 40 deletions.
20 changes: 10 additions & 10 deletions DevStory3.html
Original file line number Diff line number Diff line change
Expand Up @@ -162,13 +162,13 @@ <h1 style="font-size: 1.6em;">Something's NOT Registering!</h1>

<div class="scene3-4">
<img src="img/3-kidney1.svg" id="kidneypart1" class=" imageparts"
style="width: auto; height: auto; width:14%; left: 15%;top:25%;">
style="width: auto; height: auto; width:14%; left: 15%;top:20%;max-width: 200px;">
<img src="img/3-kidney2.svg" id="kidneypart2" class=" imageparts"
style="width: auto; height: auto; width:15%; right: 15%;top:25%;">
style="width: auto; height: auto; width:15%; right: 15%;top:20%;max-width: 200px">
<img src="img/3-kidney3.svg" id="kidneypart3" class=" imageparts"
style="width: auto; height: auto; width:15%; left: 15%;bottom:25%;">
style="width: auto; height: auto; width:15%; left: 15%;bottom:20%;max-width: 200px">
<img src="img/3-kidney4.svg" id="kidneypart4" class=" imageparts"
style="width: auto; height: auto; width:15%; right: 15%;bottom:25%;">
style="width: auto; height: auto; width:15%; right: 15%;bottom:20%;max-width: 200px">

</div>

Expand Down Expand Up @@ -294,8 +294,8 @@ <h1 style="font-size: 1.6em;">Something's NOT Registering!</h1>
<div class="talkbubble">
</div>

<div class="scene3-8"> <img src="img/3tissueorgan.svg" id="kidneyorgan" class="imageintro3 imageparts"
style="width: auto; height: auto; width:30%; left: 50%;top:35%;"></div>
<div class="scene3-8"> <img src="img/3tissueorgan.svg" id="kidneyorgan"
style="width: auto; height: auto; width:30%; left: 50%;top:35%;position: relative;"></div>

<div class="talkbubble">
<div class="squiggytalk" style="top:5%"><b>Squiggy:</b> Well, I see what's been registered already, but it
Expand Down Expand Up @@ -736,19 +736,19 @@ <h1 style="font-size: 1.6em;">Something's NOT Registering!</h1>
}
})
.to("#kidneypart1", {
opacity: 1,
opacity: .8,
delay: 1
})
.to("#kidneypart2", {
opacity: 1,
opacity: .8,
delay: 1
})
.to("#kidneypart3", {
opacity: 1,
opacity: .8,
delay: 1
})
.to("#kidneypart4", {
opacity: 1,
opacity: .8,
delay: 1
})

Expand Down
Loading

0 comments on commit 9f01d90

Please sign in to comment.