batflip/theme/styles.scss

11 lines
96 B
SCSS
Raw Normal View History

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