Consistent bottom of page spacing

This commit is contained in:
José Valim 2023-03-25 22:50:36 +01:00
parent 9fa8fcef1b
commit 7e3f60e8b8
2 changed files with 3 additions and 3 deletions

View file

@ -86,11 +86,11 @@ defmodule LivebookWeb.LearnLive do
</p>
</div>
</div>
<div class="mt-4 mb-20">
<div class="mt-3 mb-20">
<ul>
<li
:for={{notebook_info, number} <- Enum.with_index(@group_info.notebook_infos, 1)}
class="py-4 flex flex-row items-center space-x-5 border-b border-gray-200 last:border-b-0"
class="py-3 flex flex-row items-center space-x-5 border-b border-gray-200 last:border-b-0"
>
<div class="text-lg text-gray-400 font-semibold">
<%= number |> Integer.to_string() |> String.pad_leading(2, "0") %>

View file

@ -136,7 +136,7 @@ defmodule LivebookWeb.SettingsLive do
</div>
</div>
<!-- User settings section -->
<div class="flex flex-col space-y-10">
<div class="flex flex-col space-y-10 pb-8">
<div>
<LayoutHelpers.title text="User settings" />
<p class="mt-4 text-gray-700">