5 lines
61 B
CSS
5 lines
61 B
CSS
.chart {
|
|
width: 100%;
|
|
height: 300px;
|
|
display: block;
|
|
}
|