I want min
and max
CSS functions to work with auto
Submitted by Anonymous
Permalink https://webwewant.fyi/wants/98/
I want to be able to use the common margin: auto
property, but with a minimum margin, such as:
margin: 0 max(auto, 16px);
This would center an element horizontally & still enforce 16px of margin on either side when the viewport is too small.