diff options
author | David Gay <david@davidgay.org> | 2021-05-28 16:12:39 -0400 |
---|---|---|
committer | David Gay <david@davidgay.org> | 2021-05-28 16:12:39 -0400 |
commit | 6f2ffc974173a884f3367bb7ecf2535dea81f3c4 (patch) | |
tree | a7934d07ad3e3a682f5415768a9d71fd172d7cca /app/javascript/stylesheets | |
parent | 9370f9b5803ce604dd63c8590d67e03968198cad (diff) |
Add some janky sizing from old Esoterra to be Good Enough™️ for launch
Diffstat (limited to 'app/javascript/stylesheets')
-rw-r--r-- | app/javascript/stylesheets/core.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/javascript/stylesheets/core.css b/app/javascript/stylesheets/core.css index 9bfb19b..4342171 100644 --- a/app/javascript/stylesheets/core.css +++ b/app/javascript/stylesheets/core.css @@ -11,9 +11,17 @@ } .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; } |