mirror of
https://github.com/kihashi/stardew_community_checklist.git
synced 2025-10-19 08:03:17 +00:00
13 lines
154 B
CSS
13 lines
154 B
CSS
.eq-line {
|
|
flex: 1 0 auto;
|
|
}
|
|
|
|
.card {
|
|
flex-direction: column;
|
|
}
|
|
|
|
.card-content{
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
}
|