Reduce gaps between plots

This commit is contained in:
Etienne Chassaing 2025-07-18 10:02:31 +02:00
parent 27d1d33f5d
commit e3492dd5de

View File

@ -17,7 +17,7 @@
.plot-container {
display: flex;
flex-direction: column;
gap: 40px;
gap: 10px;
align-items: center;
}
.plot {