Skip to content

Commit

Permalink
feat: add rule 8 (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinWu098 authored May 9, 2024
1 parent 16dadb7 commit 3a50040
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"All work submitted to True to You must be original work. Any submissions with plagiarized work will be disqualified.",
"You may not submit work previously designed before True to You. All designs must be made between the dates of May 17th - May 19th.",
"Late submissions will not be accepted.",
"If any adjustments are made after May 19th 2024 8:00 AM, your team’s submission will not count towards judging."
"If any adjustments are made after May 19th 2024 8:00 AM, your team’s submission will not count towards judging.",
"Teams must be compromised of entirely online or entirely in-person participants."
]
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const BACKGROUND_MAP = {
4: cream,
5: peach_cream,
6: peach_cream,
7: cream_hot_pink,
};

export const Rules = () => (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
z-index: 110;

@media screen and (min-width: 851px) {
bottom: 20%;
bottom: 22.5%;
}

.time {
Expand Down

0 comments on commit 3a50040

Please sign in to comment.