summaryrefslogtreecommitdiff
path: root/app/javascript/stylesheets
diff options
context:
space:
mode:
authorDavid Gay <david@davidgay.org>2021-04-25 12:56:01 -0400
committerDavid Gay <david@davidgay.org>2021-04-25 12:56:01 -0400
commit10f7bb7deb784be697aaff629d10b61d9cfe739d (patch)
treed8c9ff4bac70c6cacfd43626ce6378ee4081ec3a /app/javascript/stylesheets
parent3886a5325d029e552501cff32a22769ef1888a06 (diff)
Have content area fill entire screen, with sticky footer
Diffstat (limited to 'app/javascript/stylesheets')
-rw-r--r--app/javascript/stylesheets/core.css7
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;
}