Skip to content

Files

Latest commit

 

History

History
17 lines (14 loc) · 477 Bytes

98.md

File metadata and controls

17 lines (14 loc) · 477 Bytes
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
css

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.