diff options
author | David Gay <david@davidgay.org> | 2021-04-25 12:56:01 -0400 |
---|---|---|
committer | David Gay <david@davidgay.org> | 2021-04-25 12:56:01 -0400 |
commit | 10f7bb7deb784be697aaff629d10b61d9cfe739d (patch) | |
tree | d8c9ff4bac70c6cacfd43626ce6378ee4081ec3a /app/javascript | |
parent | 3886a5325d029e552501cff32a22769ef1888a06 (diff) |
Have content area fill entire screen, with sticky footer
Diffstat (limited to 'app/javascript')
-rw-r--r-- | app/javascript/stylesheets/core.css | 7 |
1 files changed, 0 insertions, 7 deletions
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; } |