mirror of
https://github.com/AlecM33/Werewolf.git
synced 2025-12-26 15:57:50 +01:00
increase contrast on werewolf art, center card content vertically
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user