From 8b33dc788d23f1735f0adcee8480bff9e9355e37 Mon Sep 17 00:00:00 2001 From: Arnaud Levy <contact@arnaudlevy.com> Date: Fri, 1 Jul 2022 09:13:56 +0200 Subject: [PATCH] layout --- app/views/admin/communication/websites/analytics.html.erb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/views/admin/communication/websites/analytics.html.erb b/app/views/admin/communication/websites/analytics.html.erb index 713faf105..f634b49e3 100644 --- a/app/views/admin/communication/websites/analytics.html.erb +++ b/app/views/admin/communication/websites/analytics.html.erb @@ -6,6 +6,8 @@ frameborder="0" loading="lazy" style="width: 1px; min-width: 100%; height: 1600px; margin-top: -50px"></iframe> - <div>Stats powered by <a target="_blank" style="color: #4F46E5; text-decoration: underline;" href="https://plausible.io">Plausible Analytics</a></div> + <p class="text-center"> + Stats powered by <a target="_blank" style="color: #4F46E5; text-decoration: underline;" href="https://plausible.io">Plausible Analytics</a> + </p> <script async src="https://plausible.io/js/embed.host.js"></script> <% end %> \ No newline at end of file -- GitLab