Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
Commit ·
387754d
1
Parent(s): d00db4f
make plots look nicer
Browse files
app/src/content/embeds/d3-benchmark-comparison.html
CHANGED
|
@@ -36,9 +36,8 @@
|
|
| 36 |
.d3-benchmark-comparison .controls {
|
| 37 |
display: flex;
|
| 38 |
gap: 16px;
|
| 39 |
-
align-items:
|
| 40 |
-
justify-content:
|
| 41 |
-
flex-wrap: wrap;
|
| 42 |
margin: 10px 0 0 0;
|
| 43 |
}
|
| 44 |
.d3-benchmark-comparison .controls .control-group {
|
|
|
|
| 36 |
.d3-benchmark-comparison .controls {
|
| 37 |
display: flex;
|
| 38 |
gap: 16px;
|
| 39 |
+
align-items: flex-end;
|
| 40 |
+
justify-content: center;
|
|
|
|
| 41 |
margin: 10px 0 0 0;
|
| 42 |
}
|
| 43 |
.d3-benchmark-comparison .controls .control-group {
|