Adjust headings spacing

This commit is contained in:
Jonatan Kłosko 2023-03-13 17:40:19 +01:00
parent 6e4c81edae
commit 9dc09c3146
2 changed files with 2 additions and 2 deletions

View file

@ -240,7 +240,7 @@ defmodule LivebookWeb.SessionLive do
data-metadata="notebook" data-metadata="notebook"
> >
<h1 <h1
class="text-3xl font-semibold text-gray-800 border border-transparent rounded-lg whitespace-pre-wrap" class="px-1 -ml-1.5 text-3xl font-semibold text-gray-800 border border-transparent rounded-lg whitespace-pre-wrap"
tabindex="0" tabindex="0"
id="notebook-heading" id="notebook-heading"
data-el-heading data-el-heading

View file

@ -42,7 +42,7 @@ defmodule LivebookWeb.SessionLive.SectionComponent do
</button> </button>
</div> </div>
<h2 <h2
class="grow text-gray-800 font-semibold text-2xl px-1 -ml-1 rounded-lg border border-transparent whitespace-pre-wrap cursor-text" class="grow text-gray-800 font-semibold text-2xl px-1 -ml-1.5 rounded-lg border border-transparent whitespace-pre-wrap cursor-text"
tabindex="0" tabindex="0"
id={@section_view.html_id} id={@section_view.html_id}
data-el-heading data-el-heading