Skip to content
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

Events row overflows to edge of screen #184

Open
duanwilliam opened this issue Feb 1, 2022 · 0 comments
Open

Events row overflows to edge of screen #184

duanwilliam opened this issue Feb 1, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@duanwilliam
Copy link
Contributor

duanwilliam commented Feb 1, 2022

image

We would probably want website content to be wrapped in some horizontal padding. i believe modifying the horizontal padding here to 1rem or something should fix it.

style={{
margin: `0 auto`,
maxWidth: 960,
minHeight: 960,
padding: `81px 0`,
}}

(also, on the topic of that, (1) the values for vertical padding / min height / seem kinda arbitrary + prob want the content width value defined as a constant somewhere and (2) why are the styles inlined)

@duanwilliam duanwilliam changed the title Events row overflows edge of screen Events row overflows to edge of screen Feb 1, 2022
@leestanley leestanley added the bug Something isn't working label Feb 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants