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

21 lines
205 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;
}
2020-11-02 12:40:06 +00:00
img {
2020-09-16 12:23:28 +00:00
max-width: 100%;
height: auto;
2020-10-09 12:48:01 +00:00
}
2020-11-02 12:40:06 +00:00
a {
font-weight: 300;
text-decoration: none;
}