summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/javascript/stylesheets/core.css2
-rw-r--r--app/views/layouts/application.html.erb2
2 files changed, 2 insertions, 2 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 {
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb
index 5ec0e31..7ac73b1 100644
--- a/app/views/layouts/application.html.erb
+++ b/app/views/layouts/application.html.erb
@@ -52,7 +52,7 @@
</div>
</div>
- <div class="flex-shrink bg-gray-800 p-2 text-display text-center text-xs text-gray-400">
+ <div class="flex-shrink bg-gray-800 p-1 text-display text-center text-xs text-gray-400">
Esoterra &copy; 2020-2021
</div>
</body>