1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-28 17:59:45 +02:00
portainer/app/react/components/DashboardItem/DashboardGrid.css

4 lines
53 B
CSS
Raw Normal View History

.dashboard-grid {
@apply grid grid-cols-2 gap-3;
}