From 0a5153a4ccaaefc5c24678fb50706b81449e71e9 Mon Sep 17 00:00:00 2001 From: maxgrapps <50101080+maxgrapps@users.noreply.github.com> Date: Thu, 20 Jun 2019 12:15:46 +0300 Subject: [PATCH] Update _footer.html.eex --- .../lib/block_scout_web/templates/layout/_footer.html.eex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/block_scout_web/lib/block_scout_web/templates/layout/_footer.html.eex b/apps/block_scout_web/lib/block_scout_web/templates/layout/_footer.html.eex index 1058654d49..7188f283a1 100644 --- a/apps/block_scout_web/lib/block_scout_web/templates/layout/_footer.html.eex +++ b/apps/block_scout_web/lib/block_scout_web/templates/layout/_footer.html.eex @@ -10,10 +10,10 @@ <% other_explorers = other_explorers() %> - <% col_size = if Enum.empty?(other_explorers), do: 3, else: 4 %> + <% col_size = if Enum.empty?(other_explorers), do: 3, else: 2 %>
-
+
<% end %>
- \ No newline at end of file +