-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This reverts commit 21c716d.
- Loading branch information
Showing
6 changed files
with
14 additions
and
161 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
This file was deleted.
Oops, something went wrong.
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,9 +1,8 @@ | ||
import Finals from "./Input/Finals.svelte"; | ||
import Midterm from "./Input/Midterm.svelte"; | ||
import Final from "./Input/Final.svelte"; | ||
import MidtermSwitcher from "./Input/MidtermSwitcher.svelte"; | ||
import Percentage from "./Input/Percentage.svelte"; | ||
import Projects from "./Input/Projects.svelte"; | ||
import Table from "./Table.svelte"; | ||
|
||
export { Finals, Midterm, Final, MidtermSwitcher, Percentage, Projects, Table }; | ||
export { Finals, Midterm, MidtermSwitcher, Percentage, Projects, Table }; |
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 { | |
@media screen and (min-width: 500px) { | ||
body { | ||
display: flex; | ||
min-height: 100vh; | ||
} | ||
} | ||
|
||
|
This file was deleted.
Oops, something went wrong.