mirror of
https://github.com/h-sphere/sql-seal-charts.git
synced 2026-07-22 05:37:34 +00:00
11 lines
192 B
CSS
11 lines
192 B
CSS
|
|
.sqlseal-charts-container {
|
||
|
|
display: grid;
|
||
|
|
justify-content: center;
|
||
|
|
width: 100%;
|
||
|
|
aspect-ratio: 16 / 9;
|
||
|
|
}
|
||
|
|
|
||
|
|
.sqlseal-charts-container > div {
|
||
|
|
width: 100%;
|
||
|
|
height: 100%;
|
||
|
|
}
|