Make card pictures smaller, decrease margins to fit longer descriptions

This commit is contained in:
Maier
2019-09-10 14:31:26 -04:00
parent 89083a097b
commit 5052d01b14

View File

@@ -587,12 +587,12 @@ label {
}
#game-card img {
width: 160px;
width: 150px;
}
.placeholder {
width: 160px;
height: 160px;
width: 150px;
height: 150px;
}
.village h2 {
@@ -617,7 +617,7 @@ label {
#game-card h2 {
font-size: 1.7em;
font-family: 'diavlo', sans-serif;
margin: 0.3em 0 0.6em 0;
margin: 0.3em 0 0.4em 0;
}
#game-card p {