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
{{ message }}
This repository was archived by the owner on Sep 30, 2020. It is now read-only.
The CSS is quite a sprawling mess now. The front page is looking a bit off balance to me, and as @Diggsey pointed out, it features 8 different font sizes. There are a lot of font-size declarations in our CSS and they are obviously not adhering to any standard of measurement.
Reduce the number and variety of font-size declarations in the CSS. Probably a few specific 'rem' values are enough for the entire site. One of the big problems with our CSS is that much of it is specified in 'em', and that hasn't maintained well.