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

Fix card layout.

This commit is contained in:
John Cleaver 2018-04-26 22:52:09 -04:00
parent 213e1d74b7
commit a2587c7e05

View File

@ -108,5 +108,10 @@ export default {
</script>
<style scoped>
.card {
width: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
}
</style>