mirror of
https://github.com/orangecoding/fredy.git
synced 2026-06-16 12:31:07 +00:00
12 lines
255 B
Plaintext
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;
|
|
}
|
|
}
|
|
}
|