Open reginafcompton opened 1 year ago
The Awards table "hacks" responsiveness: hiding the "Affiliation" column for small screens.
This hack does not fully resolve small screen issues, as the table still spills over the div container:
I suspect this happens because the table cells have lots of text, and this forces margin:auto to do something weird.
margin:auto
Thoughts for responsiveness:
The Awards table "hacks" responsiveness: hiding the "Affiliation" column for small screens.
This hack does not fully resolve small screen issues, as the table still spills over the div container:
I suspect this happens because the table cells have lots of text, and this forces
margin:auto
to do something weird.Thoughts for responsiveness: