mirror of
https://github.com/h-sphere/sql-seal-charts.git
synced 2026-07-22 12:00:28 +00:00
11 lines
No EOL
192 B
CSS
11 lines
No EOL
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%;
|
|
} |