increase contrast on werewolf art, center card content vertically

This commit is contained in:
Alec Maier
2019-09-10 00:13:25 -04:00
parent 4571ee33df
commit fd435b735e
3 changed files with 5 additions and 1 deletions

View File

@@ -617,7 +617,7 @@ label {
#game-card h2 {
font-size: 1.7em;
font-family: 'diavlo', sans-serif;
margin: 0.3em;
margin: 0.3em 0 0.6em 0;
}
#game-card p {
@@ -644,6 +644,10 @@ label {
.game-card-front, .game-card-back {
background-color: #f0f0f0;
position: absolute;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
-webkit-perspective: 0;