diff options
author | David Gay <david@davidgay.org> | 2021-06-03 20:41:03 -0400 |
---|---|---|
committer | David Gay <david@davidgay.org> | 2021-06-03 20:41:03 -0400 |
commit | db41c035bfdd0e97662b80d02fbae4a99ed547c2 (patch) | |
tree | e3e1087fefade48d1e9237b80dfae545152c6f51 /app/javascript/stylesheets | |
parent | 1ff523f433898a221b063ea95e729cbb45e00a44 (diff) |
Adjust game boxes
Diffstat (limited to 'app/javascript/stylesheets')
-rw-r--r-- | app/javascript/stylesheets/core.css | 8 |
1 files changed, 0 insertions, 8 deletions
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; } |