diff --git a/app/views/account/show.html.erb b/app/views/account/show.html.erb
index 5acf6eb62..dd09efb91 100644
--- a/app/views/account/show.html.erb
+++ b/app/views/account/show.html.erb
@@ -6,9 +6,9 @@
<%= link_to t("account.show.erase_account_link"), users_registrations_delete_form_path, class: "delete" %>
- <%= avatar_image(@account, seed: @account.id, size: 60) %>
+ <%= avatar_image(@account, seed: @account.id, size: 100, class: "margin-bottom") %>
-
<%= t("account.show.title") %>
+ <%= t("account.show.title") %>
<%= form_for @account, as: :account, url: account_path do |f| %>
<%= render "shared/errors", resource: @account %>
@@ -98,9 +98,9 @@
<%= t("account.show.verified_account") %>
<% elsif current_user.level_two_verified? %>
- <%= link_to t("account.show.finish_verification"), verification_path, class: "button radius small success" %>
+ <%= link_to t("account.show.finish_verification"), verification_path, class: "button radius success" %>
<% else %>
- <%= link_to t("account.show.verify_my_account"), verification_path, class: "button radius small success" %>
+ <%= link_to t("account.show.verify_my_account"), verification_path, class: "button radius success" %>
<% end %>
diff --git a/app/views/layouts/_footer.html.erb b/app/views/layouts/_footer.html.erb
index 8b0413f87..6f1bd3f81 100644
--- a/app/views/layouts/_footer.html.erb
+++ b/app/views/layouts/_footer.html.erb
@@ -3,11 +3,11 @@
-
+
<%= link_to t("layouts.header.open_gov", open: "#{t('layouts.header.open')}").html_safe %>
-
+
-
+
<%= t("layouts.footer.description",
open_source: link_to(t("layouts.footer.open_source"), t("layouts.footer.open_source_url"), target: "blank"),
consul: link_to(t("layouts.footer.consul"), t("layouts.footer.consul_url"), target: "blank")).html_safe
@@ -19,23 +19,23 @@