Add class to titles to avoid affecting webflow styling (closes #91)
10px margin between notes and visualizations
Set notes to same max width as tables (600px)
P1 Changes (closes #93):
Change "Show Outliers" button to uppercase
Make labels for distribution chart legend title case
Add white and black cash bail cases to race disparity tables
Also some general mobile sizing refinements. To make this simpler I added a constants.js file and a new helper function called getSizing that returns an enum describing the screen width. This gives us better handling and granularity when resizing stuff. The constants also now match up with the values in mobile.css.
P0 Changes (closes #92):
P1 Changes (closes #93):
Also some general mobile sizing refinements. To make this simpler I added a
constants.js
file and a new helper function calledgetSizing
that returns an enum describing the screen width. This gives us better handling and granularity when resizing stuff. The constants also now match up with the values inmobile.css
.