diff --git a/app/views/admin/layouts/themes/pure/_hero.html.erb b/app/views/admin/layouts/themes/pure/_hero.html.erb
index 8d1232c39de7a49b9116eaaf17ae1fc7021e498a..c092ae41c143fe2335daf3a087cf25d15c7f5786 100644
--- a/app/views/admin/layouts/themes/pure/_hero.html.erb
+++ b/app/views/admin/layouts/themes/pure/_hero.html.erb
@@ -1,8 +1,10 @@
 <div class="hero">
   <div class="container-fluid">
-    <h1><%= yield :title %></h1>
-    <div class="float-md-end text-end mt-md-n4">
-      <%= yield :title_right %>
+    <div class="d-flex">
+      <h1><%= yield :title %></h1>
+      <div class="ms-xl-auto text-xl-end mt-2">
+        <%= yield :title_right %>
+      </div>
     </div>
     <%= render_breadcrumbs builder: Osuny::BreadcrumbsOnRailsBuilder %>
   </div>