9 lines
163 B
SCSS
9 lines
163 B
SCSS
|
.dashboard.dashboard-sentiment {
|
||
|
.charts {
|
||
|
display: grid;
|
||
|
grid-template-columns: repeat(12, 1fr);
|
||
|
grid-column-gap: 1em;
|
||
|
grid-row-gap: 1em;
|
||
|
}
|
||
|
}
|