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