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
The changes made in PR #91 broke the divs that we had in the centre-column layout that were able to extend horizontally to take up the full width of the page. See the lines commented on here. The full-width divs were being used as containers for the global scores map and for tables generated from markdown. With the changes, these containers only take up the width of the center column.
The text was updated successfully, but these errors were encountered:
- Move left, right, center col styles to the layout style sheet since they use the same variables and styles are dependent on one another
- Fix the full-page container style used in the 3-col layout. Add a full-width container as well.
- Make the 3-col layout work on smaller screens
- Remove unused CSS styles
- Fix issue where the controls for the globe viz were overlapping the nav on mobile
- Style the right-side nav
- Tweak some misc styles
Relates to #103, #17, #28, #67, #93
The changes made in PR #91 broke the divs that we had in the centre-column layout that were able to extend horizontally to take up the full width of the page. See the lines commented on here. The full-width divs were being used as containers for the global scores map and for tables generated from markdown. With the changes, these containers only take up the width of the center column.
The text was updated successfully, but these errors were encountered: