[x] This update has been tested thoroughly enough to ensure there are no
functional bugs or obvious layout issues.
[x] This update has been tested in both desktop and mobile layouts.
[x] This update does not break any existing functionality, layout, or style
rules, unless the update is explicitly intended to remove or update such
functionality, layout, or style rules.
[x] This update is free of any code intended only for debugging or testing
purposes.
[x] This update follows the FAMNM Website Code Style Guide.
[x] This update meets the visual style requirements as specified in the
FAMNM Website Visual Style Guide, and any additional visual elements not
previously specified in the FAMNM Website Visual Style Guide have been
styled so as not to clash visually with the rest of the site.
Description
This (large) pull request represents our 'first pass' at refactoring the CSS used on the FAMNM website. Our main goal was to reduce the amount of custom CSS as much as possible, instead replacing custom rules with the equivalent Boostrap 4 rules. Additionally, wherever possible, this refactor attempts to utilize Jekyll/Liquid templating for any tables/lists/sets of images using the same CSS rules to improve maintainability.
Checklist
Description
This (large) pull request represents our 'first pass' at refactoring the CSS used on the FAMNM website. Our main goal was to reduce the amount of custom CSS as much as possible, instead replacing custom rules with the equivalent Boostrap 4 rules. Additionally, wherever possible, this refactor attempts to utilize Jekyll/Liquid templating for any tables/lists/sets of images using the same CSS rules to improve maintainability.