some styling fix ups
Bobby Grayson 3 weeks ago 3 files (+25, -25)
@@ -4,27 +4,9 @@ <header class="px-4 sm:px-6 py-3 bg-white border-b"><div class="max-w-7xl mx-auto"><%!-- Title and reader count --%><div class="flex flex-col sm:flex-row justify-between items-start sm:items-center">- <div>- <h1 class="text-xl sm:text-2xl font-bold">- <.link navigate="/" class="hover:text-blue-600 transition-colors">- Thoughts and Tidbits- </.link>- </h1>- <div class="text-sm text-gray-500">- <%= total_readers() %> <%= if total_readers() == 1, do: "person", else: "people" %> online- </div>- </div>-- <%!-- Navigation --%><nav class="mt-4 sm:mt-0 flex flex-col sm:flex-row gap-4 sm:gap-6 text-sm">- <.link navigate="/post/who-is-this-guy" class="hover:text-blue-600 transition-colors">- Who is this guy?- </.link><.link navigate="/post/whats-my-schtick" class="hover:text-blue-600 transition-colors">What's My Schtick?- </.link>- <.link navigate="/posts" class="hover:text-blue-600 transition-colors">- The Posts</.link></nav></div>
@@ -28,14 +28,7 @@ <div class="mb-12"><h1 class="text-2xl font-bold text-gray-900 mb-2 pb-2 border-b-2 border-gray-200">Tidbits, Thoughts</h1>- <%= live_render(@conn, BlogWeb.ReaderCountLive, id: "reader-count") %><div class="space-y-2">- <a href="/about" class="block px-3 py-2 rounded hover:bg-gray-50 text-gray-700 hover:text-gray-900 transition-colors">- What's My Schtick? Who is this guy?- </a>- <a href="/" class="block px-3 py-2 rounded hover:bg-gray-50 text-gray-700 hover:text-gray-900 transition-colors">- The Posts- </a></div></div>