1
0
Fork 0
freesewing/packages/css-theme/src/_reset.scss

10 lines
115 B
SCSS
Raw Normal View History

body {
margin: 0;
font-size: 18px;
line-height: 1.5;
scroll-behavior: smooth;
}
img {
max-width: 100%;
}