SurfSense/apps/web/components/layouts/dashboard/layout-components/Footer/Footer.module.css
2024-07-30 16:00:11 -07:00

4 lines
146 B
CSS

/* Vars here are coming from /DashboardLayout.module.css */
.dashboardFooter {
@apply mt-[var(--small-spacing)] min-h-[var(--footer-height)];
}