diff options
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 { |