fuel-stats/public/css/habits_dashboard.css

16 lines
293 B
CSS
Raw Normal View History

2024-12-30 14:35:16 +01:00
.habits-wrapper {
display: flex;
gap: 1rem;
flex-wrap: wrap;
justify-content: center;
}
.habits .bordered {
border-radius: var(--border-radious);
border: var(--borderWidth-thin) solid var(--clr-border);
width: 17rem;
padding: 1rem;
margin-top: 1rem;
2024-12-30 14:35:16 +01:00
text-align: center;
}