batflip/theme/styles.scss

11 lines
96 B
SCSS

@import "reset";
body {
background: orange;
}
img {
max-width: 100%;
display: block;
}