Files
fredy/ui/src/views/dashboard/Dashboard.less
2025-12-14 12:23:59 +01:00

12 lines
255 B
Plaintext

.dashboard {
&__row {
margin-bottom: 1rem;
/* Ensure grid items wrap to next line on narrow screens */
flex-wrap: wrap;
/* Vertical gap of 1rem between wrapped grid items (no px) */
.semi-col {
margin-bottom: 1rem;
}
}
}