akkounts/app/views/components/_header_compact.html.erb
Sebastian Kippe b329b557c4
All checks were successful
continuous-integration/drone/push Build is passing
Add compact layout for content, port sign-in screens
2022-02-20 12:48:11 -06:00

8 lines
189 B
Plaintext

<header class="py-10">
<div class="max-w-xl mx-auto px-4 sm:px-6 lg:px-8">
<h1 class="text-3xl font-bold text-white text-center">
<%= page_title %>
</h1>
</div>
</header>