improve note page title

This commit is contained in:
inhji 2023-03-31 10:01:54 +02:00
parent 32ee05c90e
commit 043155b92a

View file

@ -1,6 +1,8 @@
<header> <header>
<h1 class="text-2xl font-semibold leading-8 text-theme-heading font-serif"><%= @note.name %></h1> <h1 class="text-3xl font-semibold leading-8 text-theme-heading font-serif border-b-2 border-theme-primary">
<p class="mt-2 text-sm leading-6 text-theme-muted"> <%= @note.name %>
</h1>
<p class="mt-2 text-sm leading-6 text-theme-base font-semibold">
<%= pretty_date(@note.published_at) %> <%= pretty_date(@note.published_at) %>
</p> </p>
</header> </header>