From 8d86bd6c5198e06af9c771d4e7b8892e24bd3d96 Mon Sep 17 00:00:00 2001 From: "R. Aidan Campbell" Date: Mon, 12 Sep 2016 21:20:30 -0400 Subject: [PATCH] fix CSS stylization of box art. This closes #104 --- static/css/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 0d66847..301031f 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -157,7 +157,6 @@ main { padding: 0; margin: 0; width: 100%; - height: 100%; -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.34); -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.34); box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.34);