Commit ·
c5d784c
1
Parent(s): aee68fd
Lay out stat cards as 2 per row (3 rows)
Browse filesCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
frontend/src/components/datasets/protein/StatsPanel.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
.stats-panel {
|
| 2 |
display: grid;
|
| 3 |
-
grid-template-columns: repeat(
|
| 4 |
gap: 15px;
|
| 5 |
padding: 0;
|
| 6 |
}
|
|
|
|
| 1 |
.stats-panel {
|
| 2 |
display: grid;
|
| 3 |
+
grid-template-columns: repeat(2, 1fr);
|
| 4 |
gap: 15px;
|
| 5 |
padding: 0;
|
| 6 |
}
|