Skip to content

Commit

Permalink
Merge pull request #118 from Daelso/garou_dev
Browse files Browse the repository at this point in the history
card heights
  • Loading branch information
Daelso authored Aug 7, 2023
2 parents 514287e + 30fb040 commit ea112dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/character_creator/hunter/hunterCards.vue
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@
align-items: flex-start;
justify-content: center;
min-height: 27em;
max-height: 27em;
}
.backgroundDefault {
background-color: #171a1e;
Expand Down
1 change: 1 addition & 0 deletions src/components/character_creator/vtm/vampireCards.vue
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@
align-items: flex-start;
justify-content: center;
min-height: 27em;
max-height: 27em;
}
.backgroundDefault {
Expand Down
1 change: 1 addition & 0 deletions src/components/character_creator/werewolf/garouCards.vue
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@
align-items: flex-start;
justify-content: center;
min-height: 27em;
max-height: 27em;
flex: 1;
}
.backgroundDefault {
Expand Down

0 comments on commit ea112dc

Please sign in to comment.