Skip to content

Commit

Permalink
Add Prizes as a nav item
Browse files Browse the repository at this point in the history
  • Loading branch information
cszach committed Oct 19, 2023
1 parent c0e1b48 commit 96ea064
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ <h3 class="text-2xl"><a href="#hero">DandyHacks &OpenCurlyQuote;23</a></h3>
<ul class="fixed top-0 right-0 z-30 flex flex-col h-screen pt-32 text-3xl font-bold transition-transform gap-8 md:flex-row md:text-xl px-9 md:p-0 w-72 bg-violet peer-checked:translate-x-0 translate-x-72 md:bg-deep-purple md:translate-x-0 md:w-fit md:h-fit md:relative md:gap-16 md:transition-none">
<li class="text-right hover:scale-110 transition-transform origin-center"><a href="#about">About</a></li>
<li class="text-right hover:scale-110 transition-transform origin-center"><a href="#tracks">Tracks</a></li>
<li class="text-right hover:scale-110 transition-transform origin-center"><a href="#prizes">Prizes</a></li>
<li class="text-right hover:scale-110 transition-transform origin-center"><a href="#faq">FAQ</a></li>
<li class="hidden text-right hover:scale-110 transition-transform origin-center lg:block"><a href="#sponsoring">Sponsoring</a></li>
</ul>
Expand Down
5 changes: 0 additions & 5 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -2156,11 +2156,6 @@ h1, h2, h3, h4, h5, h6 {
padding-right: 2.5rem;
}

.px-16 {
padding-left: 4rem;
padding-right: 4rem;
}

.px-5 {
padding-left: 1.25rem;
padding-right: 1.25rem;
Expand Down

0 comments on commit 96ea064

Please sign in to comment.