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

16 lines
154 B
SCSS
Raw Normal View History

2020-10-09 12:48:01 +00:00
* {
box-sizing: border-box;
}
2020-09-16 12:23:28 +00:00
body {
2020-10-15 20:35:24 +00:00
position: relative;
2020-10-09 16:14:11 +00:00
font-family: 'roboto', sans-serif;
2020-09-16 12:23:28 +00:00
color: #333;
}
img{
max-width: 100%;
height: auto;
2020-10-09 12:48:01 +00:00
}