h-sphere_sql-seal-charts/styles.css
2025-01-31 13:44:21 +00:00

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%;
}