-
Notifications
You must be signed in to change notification settings - Fork 4
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
Added Footer #13
base: master
Are you sure you want to change the base?
Added Footer #13
Conversation
…l_request Add files via upload
<div className="content"> | ||
<div className="container has-background-black has-text-white-ter"> | ||
<div style={{ maxWidth: '100vw' }} className="columns"> | ||
<div className="column is-4"> |
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.
Is the column is-4
a Chakra UI class? If not where is it defined?
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.
Move the component level CSS to a separate CSS file. Also you can just export the footer and use it at the homepage. A wrapper element is not needed. Also can I see the design first?
No description provided.