diff options
author | David Gay <david@davidgay.org> | 2021-04-25 12:56:01 -0400 |
---|---|---|
committer | David Gay <david@davidgay.org> | 2021-04-25 12:56:01 -0400 |
commit | 10f7bb7deb784be697aaff629d10b61d9cfe739d (patch) | |
tree | d8c9ff4bac70c6cacfd43626ce6378ee4081ec3a /app/views/application | |
parent | 3886a5325d029e552501cff32a22769ef1888a06 (diff) |
Have content area fill entire screen, with sticky footer
Diffstat (limited to 'app/views/application')
-rw-r--r-- | app/views/application/_header.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/application/_header.html.erb b/app/views/application/_header.html.erb index b2b2cf8..2a8e698 100644 --- a/app/views/application/_header.html.erb +++ b/app/views/application/_header.html.erb @@ -1,4 +1,4 @@ -<header class="flex items-center justify-between px-4 py-1 bg-gray-800 text-display"> +<header class="flex flex-shrink items-center justify-between px-4 py-1 bg-gray-800 text-display"> <div class="header-title text-2xl"> <%= link_to "Esoterra", home_index_path, class: "no-underline" %> </div> |