biobulkbende.org/app/assets/scss/base/_global.scss
2020-10-09 14:48:01 +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;
}