Files

25 lines
272 B
CSS
Raw Permalink Normal View History

/* DEFAULT */
2024-10-30 23:28:47 +01:00
.mt-header {
margin-top: 9rem !important;
}
.mt-default {
margin-top: 1rem !important;
}
.gx-default {
--bs-gutter-x: 1rem !important;
}
2024-10-19 21:14:38 +02:00
.gap-default {
gap: 1rem;
}
/* OTHERS */
.mt-over-panel-menu {
margin-top: 3rem !important;
}