7 lines
77 B
CSS
7 lines
77 B
CSS
.graph-container {
|
|
width: 800px;
|
|
height: 400px;
|
|
display: inline-block;
|
|
}
|
|
|