-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* made changes based on comments * css linter * Moved blocks into own spaces (#105) * Moved blocks into own spaces Moved the different content blocks into their own files * Added fullwidth parameter * Fixed issue with end tag * Fixed a typo * Added containers * Moved the container class * Fixed some linting issues * mobile changes * Mobile adjustments * Update home.css * mobile adjustments * linting --------- Co-authored-by: Steve Goode <[email protected]>
- Loading branch information
1 parent
b658142
commit 48d24a0
Showing
16 changed files
with
734 additions
and
802 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,7 @@ body { | |
main { | ||
background: var(--neutral-n50); | ||
margin: 1rem 0; | ||
overflow: hidden; | ||
} | ||
|
||
.container { | ||
|
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
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
Oops, something went wrong.