style: Reduce top padding of main content to minimize gap above breadcrumbs
All checks were successful
star-cloud-deploy-demo / deploy-demo (push) Successful in 48s
All checks were successful
star-cloud-deploy-demo / deploy-demo (push) Successful in 48s
This commit is contained in:
@@ -236,7 +236,7 @@
|
|||||||
<!-- End Sidebar -->
|
<!-- End Sidebar -->
|
||||||
|
|
||||||
<!-- Content -->
|
<!-- Content -->
|
||||||
<div class="w-full pt-6 lg:pt-10 pb-12 px-4 sm:px-6 md:px-8 lg:pl-72">
|
<div class="w-full pt-4 lg:pt-5 pb-12 px-4 sm:px-6 md:px-8 lg:pl-72">
|
||||||
<x-breadcrumbs class="mb-4 hidden lg:flex" />
|
<x-breadcrumbs class="mb-4 hidden lg:flex" />
|
||||||
<main class="animate-fade-up">
|
<main class="animate-fade-up">
|
||||||
@yield('content')
|
@yield('content')
|
||||||
|
|||||||
Reference in New Issue
Block a user