diff options
author | David Gay <david@davidgay.org> | 2021-06-05 22:53:33 -0400 |
---|---|---|
committer | David Gay <david@davidgay.org> | 2021-06-05 22:53:33 -0400 |
commit | 37fe505bee9e35cab159eb6ba7b988d5eec77bd3 (patch) | |
tree | 3e396f668b6360ef66a8ab149fe4ffa86f485e96 /app/javascript | |
parent | 6bb5b9c6a654dd2cd55a1eeadfd7f889561578ac (diff) |
Reduce footer padding and made the rest of the content fill in that space
Diffstat (limited to 'app/javascript')
-rw-r--r-- | app/javascript/stylesheets/core.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/stylesheets/core.css b/app/javascript/stylesheets/core.css index f002580..2805db9 100644 --- a/app/javascript/stylesheets/core.css +++ b/app/javascript/stylesheets/core.css @@ -15,7 +15,7 @@ } .game-container-column { - max-height: calc(100vh - 9rem); + max-height: calc(100vh - 8rem); } .header-title { |