pages/_sass/basscss/_base-reset.scss
2017-01-31 12:16:27 -05:00

21 lines
167 B
SCSS

body,
button {
margin: 0;
}
button,
input,
select,
textarea {
font-family: inherit;
font-size: 100%;
}
img {
max-width: 100%;
}
svg {
max-height: 100%;
}