Home › Forums › CSS › Emulating browser zoom with CSS (for accessibility) › Reply To: Emulating browser zoom with CSS (for accessibility)
November 17, 2016 at 1:46 pm
#247962
Participant
Why not use relative units for all your sizing? https://css-tricks.com/building-resizeable-components-relative-css-units/ Then the whole layout will resize when you change the base font-size.