11 lines
418 B
SCSS
11 lines
418 B
SCSS
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 0;
|
|
/* font-weight: normal;*/
|
|
font-style: normal;
|
|
font-size: 130%;
|
|
line-height: 1.25em;
|
|
font-family: inherit;
|
|
}
|