-
Notifications
You must be signed in to change notification settings - Fork 5
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
Center content #1205
Center content #1205
Conversation
Deploying dev-site with Cloudflare Pages
|
height: 2px; | ||
|
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.
.home__sidebar { | ||
display: none; | ||
|
||
@media only screen and (min-width: 992px) { | ||
display: none !important; | ||
} | ||
} |
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 don't know if this is the best place for this styling, but given the home.scss
file comes before the following, I wasn't sure where to put this:
.show {
display: block !important
}
We could also forgo showing the sidebar completely on the homepage, but if we do that we should remove the button in the header in mobile.
No description provided.