generated from uclaacm/teach-la-ts-react-starter
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
95 minor update adjust styling of lessonside to avoid scrolling (#121)
* Completed basic spacing for first level, now figure out second * Finished spacing for levels 1 through 3 * Ran lint-fix to try and fix any issues * Changed the container widths to be vw rather than % * Adjusted text size, made it so that the footer is all the way at the bottom, and made it so that the turtle and level selector stay on the same place in the container, no matter if the lesson text changes * Adjusted some spacing * run lint, fix merge conflicts with main --------- Co-authored-by: Sanjna <108957464+SanjnaT41756@users.noreply.github.com> Co-authored-by: SanjnaT41756 <sanjnatailor@g.ucla.edu>
- Loading branch information
1 parent
8027020
commit 4617b51
Showing
5 changed files
with
41 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,7 @@ | |
flex-grow: 1; | ||
height: 100%; | ||
margin: 0; | ||
width: 55vw; | ||
} | ||
|
||
.exercise-box { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
$body-font-size: 1.125em; | ||
$logo-font-size: 3.5em; | ||
$header-font-size: 1.5em; | ||
$body-font-size: 1.025em; | ||
$logo-font-size: 1.8em; | ||
$header-font-size: 1.1em; | ||
|
||
$lesson-side-left-padding: 2.2vw; |