mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-01-19 21:38:13 +08:00
Normalize explorer fonts
This commit is contained in:
parent
ae053199d9
commit
0c61f4dec0
1 changed files with 2 additions and 2 deletions
|
@ -90,7 +90,7 @@ defmodule LivebookWeb.ExploreLive do
|
|||
<div class="inline-flex px-2 py-0.5 bg-gray-200 rounded-3xl text-gray-700 text-xs font-medium">
|
||||
<%= length(@group_info.notebook_infos) %> notebooks
|
||||
</div>
|
||||
<h3 class="mt-1 text-2xl text-gray-800 font-semibold">
|
||||
<h3 class="mt-1 text-xl text-gray-800 font-semibold">
|
||||
<%= @group_info.title %>
|
||||
</h3>
|
||||
<p class="mt-2 text-gray-700">
|
||||
|
@ -105,7 +105,7 @@ defmodule LivebookWeb.ExploreLive do
|
|||
<div class="text-lg text-gray-400 font-semibold">
|
||||
<%= number |> Integer.to_string() |> String.pad_leading(2, "0") %>
|
||||
</div>
|
||||
<div class="grow text-lg text-gray-800 font-semibold">
|
||||
<div class="grow text-gray-800 font-semibold">
|
||||
<%= notebook_info.title %>
|
||||
</div>
|
||||
<%= live_redirect to: Routes.explore_path(@socket, :notebook, notebook_info.slug),
|
||||
|
|
Loading…
Reference in a new issue