UNPKG

makeup-style

Version:

Minimal CSS files for correcting, improving and normalizing default browser CSS, for narrow viewports first, and provides convenient and intuitive CSS-defaults for styling in general and typographic style.

15 lines (12 loc) 218 B
/* Touch target class */ .touch-target-center, .touch-target { display: inline-flex; align-items: center; flex-wrap: wrap; min-height: 3rem; min-width: 3rem; } .touch-target-center { justify-content: center; }