Skip to content

Commit

Permalink
made the encouraging turtle bigger
Browse files Browse the repository at this point in the history
  • Loading branch information
tiffwang27 committed Oct 24, 2023
1 parent 9500ea6 commit 6716433
Show file tree
Hide file tree
Showing 5 changed files with 567 additions and 381 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
1 change: 1 addition & 0 deletions src/components/shared/Exercises/UnitCircleInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ function UnitCircleInput(): JSX.Element {
<div id="unitcircle-question-container">
<div id="unitcircle-check-question">
Type the correct numbers into the blanks below!

</div>

<div id="unitcircle-check-question">
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 @@ -62,10 +62,12 @@
}

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

#footer-space {
Expand Down
Loading

0 comments on commit 6716433

Please sign in to comment.