From 10f7bb7deb784be697aaff629d10b61d9cfe739d Mon Sep 17 00:00:00 2001 From: David Gay Date: Sun, 25 Apr 2021 12:56:01 -0400 Subject: Have content area fill entire screen, with sticky footer --- app/javascript/stylesheets/core.css | 7 ------- 1 file changed, 7 deletions(-) (limited to 'app/javascript') diff --git a/app/javascript/stylesheets/core.css b/app/javascript/stylesheets/core.css index 1334269..600635f 100644 --- a/app/javascript/stylesheets/core.css +++ b/app/javascript/stylesheets/core.css @@ -6,13 +6,6 @@ @apply border px-2 py-1; } -.main-wrapper { -} - -.game-container { - max-width: 1800px; -} - .game-container-box { @apply p-2 border-2 border-gray-800 rounded; } -- cgit v1.2.3