20 lines
253 B
CSS
20 lines
253 B
CSS
.info {
|
|
margin: 2rem;
|
|
margin-top: 3rem;
|
|
}
|
|
|
|
.hardware {
|
|
margin: 2rem;
|
|
margin-top: 3rem;
|
|
}
|
|
|
|
.graphcontainer {
|
|
height: 25rem;
|
|
width: 100%;
|
|
background-color: var(--color-surface);
|
|
}
|
|
|
|
.graph {
|
|
width: 100%;
|
|
height: 22rem;
|
|
} |