bcgov / citz-imb-wayfinder

CITZ IMB Capstone 2023 Wayfinder
Apache License 2.0
6 stars 2 forks source link

[Wayf 99] css cleanup #84

Closed dallascrichmond closed 1 year ago

dallascrichmond commented 1 year ago

Description

This PR includes the following proposed change(s):

Type of change

How Has This Been Tested?

Please describe the tests that you ran to verify your changes.

Frontend Development Changes

API Development Changes

Bottle7 commented 1 year ago

This looks good overall. Be sure to check your use of px units, these are not responsive. Sometimes px units are great (e.g. PDF output templating); however, most of the time you will want things to respond to changes in the document (em) or parent element (rem) font-size

Bottle7 commented 1 year ago

With regard to the work done in the 'views' directory, in the future, try to separate (into another ticket) those types of changes as the PR title doesn't indicate that those changes are occuring.