You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
(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)
The text was updated successfully, but these errors were encountered:
duanwilliam
changed the title
Events row overflows edge of screen
Events row overflows to edge of screen
Feb 1, 2022
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.
main-website/src/components/Layout/index.js
Lines 33 to 38 in 1073c88
(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)
The text was updated successfully, but these errors were encountered: