mirror of
https://github.com/biobulkbende/biobulkbende.org.git
synced 2024-11-15 04:13:07 +00:00
16 lines
154 B
SCSS
16 lines
154 B
SCSS
* {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
body {
|
|
position: relative;
|
|
font-family: 'roboto', sans-serif;
|
|
color: #333;
|
|
}
|
|
|
|
img{
|
|
max-width: 100%;
|
|
height: auto;
|
|
}
|
|
|