servicepoint-tanks/tank-frontend/src/App.css

5 lines
100 B
CSS
Raw Normal View History

2024-04-14 11:16:34 +02:00
.GadgetRows {
justify-content: space-evenly;
2024-04-14 12:57:45 +02:00
margin-top: calc(4 * var(--padding-normal));
2024-04-14 11:16:34 +02:00
}