diff --git a/assets/images/roles/Werewolf.png b/assets/images/roles/Werewolf.png index 40357eb..f378a57 100644 Binary files a/assets/images/roles/Werewolf.png and b/assets/images/roles/Werewolf.png differ diff --git a/assets/images/roles/Werewolf_v2.png b/assets/images/roles/Werewolf_v2.png new file mode 100644 index 0000000..40357eb Binary files /dev/null and b/assets/images/roles/Werewolf_v2.png differ diff --git a/static/styles.css b/static/styles.css index 37af746..7852ecc 100644 --- a/static/styles.css +++ b/static/styles.css @@ -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;