Skip to content

Commit

Permalink
Ran lint-fix to try and fix any issues
Browse files Browse the repository at this point in the history
  • Loading branch information
angoway committed Oct 23, 2024
1 parent d085a6f commit 446d3a2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/styles/ExerciseSide.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
flex-grow: 1;
height: 100%;
margin: 0;
width:55%;
width: 55%;
}

.exercise-box {
Expand Down
2 changes: 1 addition & 1 deletion src/styles/Footer.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
@use '_colors.scss' as colors;

#footer {
align-self:flex-end;
align-items: center;
align-self: flex-end;
background-color: colors.$footer-green;
bottom: 0;
display: flex;
Expand Down
11 changes: 5 additions & 6 deletions src/styles/LessonSide.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,27 @@
}

#lesson-text {
display:flex;
flex-direction:column;
display: flex;
flex-direction: column;
}

#code-text {
color: colors.$text-white;
font-family: Cascadia Code, sans-serif;
font-size: vars.$body-font-size;
padding-bottom: 0.75vh;
padding-left: vars.$lesson-side-left-padding;
padding-right: vars.$lesson-side-left-padding;
padding-top: 0.75vh;
padding-bottom:0.75vh;
text-align: center;
}

#lesson-side-container {
background-color: colors.$primary-green;
display: flex;
flex-direction: column;
justify-content:space-around;
height: 100%;
justify-content: space-around;
overflow-y: auto;
width: 45%;
}
Expand Down Expand Up @@ -81,7 +81,6 @@
align-items: center;
display: flex;
flex-direction: column;
align-items: center;
padding: 1vh;
}

Expand All @@ -90,7 +89,7 @@
box-sizing: border-box;
display: flex;
height: auto;
padding-bottom:2vh;
padding-bottom: 2vh;
width: 45%;
}

Expand Down

0 comments on commit 446d3a2

Please sign in to comment.