Skip to content

Commit

Permalink
Text updates and fixed navbar rainbow
Browse files Browse the repository at this point in the history
  • Loading branch information
Neniflight committed Jan 4, 2024
1 parent feaad75 commit 58c27b7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion src/components/navbar/Navbar.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,8 @@
line-height: 300%;
transition: 0.3s ease-in-out;
// mobile menu is hidden by positioning under fixed navbar, we open it by sliding it out
margin-top: -22rem;
// if you want to add or remove nav options, change this
margin-top: -17.5rem;
&.open {
margin-top: 0;
}
Expand Down
2 changes: 1 addition & 1 deletion src/sections/Photo-Gallery/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const PhotoGallery: React.FC = () => {
{ viewport: "(max-width: 1199px)", size: "calc(90vw - 30px)" },
],
}}
/>
/>
</>
);
}
Expand Down
4 changes: 2 additions & 2 deletions src/sections/Timer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ const TimerHero: React.FC = () => {
<div className={s.description} id="apply">
<div className={s.description__info}>
<a href={projects_app} target="_blank"><button>
Closed
Open
</button></a>
<p>The application for ACM Projects is now closed. Applications will reopen in Fall 2023.</p>
{/* <p>The application for ACM Projects is now closed. Applications will reopen in Spring 2024.</p> */}
<div className={s.description__info__logo}>
<img src={ACMLogo.src} alt="ACM Logo" />

Expand Down
2 changes: 1 addition & 1 deletion src/sections/Timer/style.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
font-size: 32px;
color: v.$darker-white;
// background-color: v.$blue-ap; for when it is open
background-color: v.$red-warning;
background-color: v.$green-success;
cursor: pointer;
}
button:hover {
Expand Down

0 comments on commit 58c27b7

Please sign in to comment.