feat: remove extra spacing
This commit is contained in:
@@ -80,7 +80,7 @@ const normalizeTitle = !title ? global.name : `${title} | ${global.name}`;
|
|||||||
|
|
||||||
<!-- Main body -->
|
<!-- Main body -->
|
||||||
<div class="mask-container w-screen h-screen overflow-y-auto overflow-x-hidden">
|
<div class="mask-container w-screen h-screen overflow-y-auto overflow-x-hidden">
|
||||||
<main class="pt-20">
|
<main>
|
||||||
|
|
||||||
<!-- Content -->
|
<!-- Content -->
|
||||||
<div class="grow w-full max-w-(--breakpoint-2xl) px-4 sm:px-6 lg:px-8 py-20 mx-auto">
|
<div class="grow w-full max-w-(--breakpoint-2xl) px-4 sm:px-6 lg:px-8 py-20 mx-auto">
|
||||||
|
|||||||
Reference in New Issue
Block a user