biobulkbende.org/app/assets/scss/base/_global.scss
2020-09-16 14:23:28 +02:00

9 lines
99 B
SCSS

body {
font-family: 'Roboto', sans-serif;
color: #333;
}
img{
max-width: 100%;
height: auto;
}