From 1f8a78aba559f5286d5447181c48246c4e65985a Mon Sep 17 00:00:00 2001 From: PolluX <12788936+RealPolluX@users.noreply.github.com> Date: Thu, 20 Dec 2018 23:11:15 +0100 Subject: [PATCH] Update cover.css to match 1080p displays --- cover.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cover.css b/cover.css index 2461bc8..42901a2 100644 --- a/cover.css +++ b/cover.css @@ -71,7 +71,7 @@ } canvas#board{ background-color: #01579B; - width: 65%; + width: 50%; box-shadow: 0 0 300px #01579B; border-radius: 16px; z-index: 400;