From db41c035bfdd0e97662b80d02fbae4a99ed547c2 Mon Sep 17 00:00:00 2001 From: David Gay Date: Thu, 3 Jun 2021 20:41:03 -0400 Subject: Adjust game boxes --- app/javascript/stylesheets/core.css | 8 -------- 1 file changed, 8 deletions(-) (limited to 'app/javascript/stylesheets') diff --git a/app/javascript/stylesheets/core.css b/app/javascript/stylesheets/core.css index 4342171..9bfb19b 100644 --- a/app/javascript/stylesheets/core.css +++ b/app/javascript/stylesheets/core.css @@ -11,17 +11,9 @@ } .game-container-box { - min-height: 35rem; @apply p-2 border-2 border-gray-800 rounded; } -.side-box { - height: 35rem; - position: -webkit-sticky; - position: sticky; - top: 8px; -} - .header-title { font-family: "Montaga", "Open Sans", sans-serif; } -- cgit v1.2.3