From bd14c822e3324350a776ebbc055cb74dba358ede Mon Sep 17 00:00:00 2001 From: Gareth Williams Date: Wed, 3 Oct 2018 01:12:32 +0100 Subject: [PATCH] Removed extra ; --- public_html/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public_html/style.css b/public_html/style.css index 0f25434..920e3cd 100644 --- a/public_html/style.css +++ b/public_html/style.css @@ -6,7 +6,7 @@ html, body { #layout_container { display: flex; - height: calc(100% - 60px);; + height: calc(100% - 60px); } #selected_infoblock {