From 5052d01b147f29de3c66bd80ae0e278740ca764c Mon Sep 17 00:00:00 2001 From: Maier Date: Tue, 10 Sep 2019 14:31:26 -0400 Subject: [PATCH] Make card pictures smaller, decrease margins to fit longer descriptions --- static/styles.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/static/styles.css b/static/styles.css index 7852ecc..c60436b 100644 --- a/static/styles.css +++ b/static/styles.css @@ -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 {