Skip to content

Commit

Permalink
made lesson side turtle bigger
Browse files Browse the repository at this point in the history
  • Loading branch information
tiffwang27 committed Oct 25, 2023
1 parent 6716433 commit 22fd9a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/components/shared/Exercises/UnitCircleInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ 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
4 changes: 2 additions & 2 deletions src/styles/LessonSide.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@
}

#encouraging-turtle {
box-sizing: border-box;
align-items: flex-end;
box-sizing: border-box;
display: flex;
height: auto;
padding: 5vh;
width: 100%;
height: auto;
}

#footer-space {
Expand Down

0 comments on commit 22fd9a0

Please sign in to comment.