mirror of
https://github.com/biobulkbende/biobulkbende.org.git
synced 2024-11-15 12:23:06 +00:00
9 lines
99 B
SCSS
9 lines
99 B
SCSS
|
body {
|
||
|
font-family: 'Roboto', sans-serif;
|
||
|
color: #333;
|
||
|
}
|
||
|
|
||
|
img{
|
||
|
max-width: 100%;
|
||
|
height: auto;
|
||
|
}
|