-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add nwHacks registrations temporarily closed banner #177
Conversation
Visit the preview URL for this PR (updated for commit beaf213): https://nwplus-io--pr177-banner-2jod83vq.web.app (expires Tue, 21 Nov 2023 21:13:07 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: a778397fecec2eb8f19e28d7b9fa723113d13f3d |
@meleongg Sorry how can I reproduce this? |
components/Banner.js
Outdated
position: absolute; | ||
z-index: 1; | ||
height: 134px; | ||
width: 100vw; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suspect the sidescroll may be coming from the width
|
||
const BannerContainer = styled.div` | ||
background: linear-gradient(92.58deg, #0defe1 0%, #78ff96 100%); | ||
position: absolute; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks great now!
Description
Adds banner to top of website saying nwHacks registrations are temporarily closed.
Other considerations
Might be nice to align the text in another PR, for now just copied design component.