biobulkbende.org/app/assets/scss/base/_global.scss

16 lines
154 B
SCSS

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