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

Added CSS to allow for larger footers.

This commit is contained in:
John Cleaver 2016-04-12 23:04:09 -04:00
parent c14e24262f
commit c7cac5d189

View File

@ -10,3 +10,11 @@
flex-direction: column;
justify-content: space-between;
}
.card-footer-item{
flex-wrap: wrap;
}
.button{
flex-wrap: wrap;
}