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.
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
- Loading branch information
Showing
4 changed files
with
20 additions
and
21 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 |
---|---|---|
|
@@ -16,8 +16,6 @@ | |
#footer h3 { | ||
color: white; | ||
margin: 0; | ||
padding-bottom: 1em; | ||
padding-top: 1em; | ||
} | ||
|
||
#footer a { | ||
|
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: 0.9em; | ||
$body-font-size: 1.025em; | ||
$logo-font-size: 1.8em; | ||
$header-font-size: 1.2em; | ||
$header-font-size: 1.1em; | ||
|
||
$lesson-side-left-padding: 2.2vw; |