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

9 lines
99 B
SCSS
Raw Normal View History

2020-09-16 12:23:28 +00:00
body {
font-family: 'Roboto', sans-serif;
color: #333;
}
img{
max-width: 100%;
height: auto;
}