Skip to content

Commit

Permalink
64 minor update fix encouraging turtle (#70)
Browse files Browse the repository at this point in the history
* made the encouraging turtle bigger

* made lesson side turtle bigger

* Attempt to fix yarn actions issues #64

---------

Co-authored-by: Jonah Paten <[email protected]>
  • Loading branch information
tiffwang27 and jpaten authored Nov 1, 2023
1 parent fcd3407 commit 4696aed
Show file tree
Hide file tree
Showing 4 changed files with 253 additions and 141 deletions.
2 changes: 1 addition & 1 deletion src/components/shared/Congratulations.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function CongratsPage(): JSX.Element {
</div>
</div>

<div id="encouraging-turtle">
<div id="encouraging-turtle-congratulations">
<img src={encouragingTurtle} alt="turtle image" id="turtle-picture" />
</div>

Expand Down
2 changes: 1 addition & 1 deletion src/styles/Congratulations.scss
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
transform: translate(-55%, -45%);
}

#encouraging-turtle {
#encouraging-turtle-congratulations {
bottom: 3vh;
height: 13.69vh;
left: 2vh;
Expand Down
4 changes: 3 additions & 1 deletion src/styles/LessonSide.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,11 @@

#encouraging-turtle {
align-items: flex-end;
box-sizing: border-box;
display: flex;
height: auto;
padding: 5vh;
width: calc(100px + 15vw);
width: 100%;
}

#footer-space {
Expand Down
Loading

0 comments on commit 4696aed

Please sign in to comment.