Closed mcdemarco closed 2 years ago
The two improvements are for small screen layout, and highlighting the selected page using React NavLink in place of Link (plus the appropriate css w/color vars).
I also added some styling of the filters. I used more flexbox instead of css grid for them because the number of dropdowns is unpredictable.
That's looking slick. Well done.
The two improvements are for small screen layout, and highlighting the selected page using React NavLink in place of Link (plus the appropriate css w/color vars).