e9bf073e49
Easier to adjust
12 lines
173 B
SCSS
12 lines
173 B
SCSS
.graph {
|
|
background: $color-gray-dark;
|
|
font: $font-size-small $font-family;
|
|
height: 100%;
|
|
width: 100%;
|
|
|
|
canvas {
|
|
display: block;
|
|
position: absolute;
|
|
}
|
|
}
|