-
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
Header #11
base: dev
Are you sure you want to change the base?
Header #11
Conversation
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.
Im sorry for the CSS Spam lol
mandate="Engage • Empower • Innovate" | ||
mission={( | ||
<> | ||
<b>SFU Surge</b> is an all-inclusive organization to promote |
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.
These <b> tags should have font-weight:600
according to designs. I Suggest that inside of Header.module.css. you add {the paragraph classname} b { font-weight:600 }
to achieve this.
src/css/UpcomingEvent.module.css
Outdated
@@ -38,6 +38,7 @@ | |||
|
|||
.title { | |||
width: 60%; | |||
color: #ffffff; | |||
font-size: 30px; |
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.
fontsize
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 is a merge conflict with dev
No description provided.