summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorDavid Gay <david@davidgay.org>2021-06-05 22:53:33 -0400
committerDavid Gay <david@davidgay.org>2021-06-05 22:53:33 -0400
commit37fe505bee9e35cab159eb6ba7b988d5eec77bd3 (patch)
tree3e396f668b6360ef66a8ab149fe4ffa86f485e96 /app/views
parent6bb5b9c6a654dd2cd55a1eeadfd7f889561578ac (diff)
Reduce footer padding and made the rest of the content fill in that space
Diffstat (limited to 'app/views')
-rw-r--r--app/views/layouts/application.html.erb2
1 files changed, 1 insertions, 1 deletions
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>