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

21 lines
205 B
SCSS

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