biobulkbende.org/app/assets/scss/base/_global.scss
2020-10-09 18:14:11 +02:00

15 lines
133 B
SCSS

* {
box-sizing: border-box;
}
body {
font-family: 'roboto', sans-serif;
color: #333;
}
img{
max-width: 100%;
height: auto;
}