mirror of
https://github.com/biobulkbende/biobulkbende.org.git
synced 2024-12-28 13:55:24 +00:00
21 lines
205 B
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;
|
|
}
|
|
|