UNPKG

exposure-utils

Version:

Dom and General Javascript Utilities, used in house at Exposure Digital

16 lines (13 loc) 156 B
/** * Styles */ * { box-sizing: border-box; } html, body { margin: 0; font-family: 'Helvetica Neue', 'Arial', Sans-serif; } h1 { font-size: 28px; }