title | date | submitter | number | tags | discussion | |
---|---|---|---|---|---|---|
I want `min` and `max` CSS functions to work with `auto` |
2019-11-26 22:24:02 UTC |
Anonymous |
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.