1
0
mirror of https://github.com/kihashi/stardew_community_checklist.git synced 2025-10-19 08:03:17 +00:00
stardew_community_checklist/main.css

21 lines
230 B
CSS

.eq-line {
flex: 1 0 auto;
}
.card {
flex-direction: column;
}
.card-content{
flex-direction: column;
justify-content: space-between;
}
.card-footer-item{
flex-wrap: wrap;
}
.button{
flex-wrap: wrap;
}