1
0
Fork 0
freesewing/packages/css-theme/src/_reset.scss
2021-01-10 10:27:39 +01:00

11 lines
158 B
SCSS

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