mirror of
https://github.com/rajnandan1/kener.git
synced 2026-01-06 01:20:15 -06:00
Refactor section classes for improved clarity and organization in incident page layout
This commit is contained in:
@@ -69,7 +69,7 @@
|
||||
<link rel="canonical" href={canonical} />
|
||||
</svelte:head>
|
||||
<div class="mt-12"></div>
|
||||
<section class="mx-auto my-2 flex w-full max-w-[655px] flex-1 flex-col items-start justify-center">
|
||||
<section class="section-back mx-auto my-2 flex w-full max-w-[655px] flex-1 flex-col items-start justify-center">
|
||||
<Button
|
||||
variant="outline"
|
||||
class="bounce-left h-8 justify-start pl-1.5"
|
||||
@@ -81,7 +81,7 @@
|
||||
{l(data.lang, "Back")}
|
||||
</Button>
|
||||
</section>
|
||||
<section class="mx-auto mb-8 flex max-w-[655px] flex-1 flex-col items-start justify-center">
|
||||
<section class="section-month-banner mx-auto mb-8 flex max-w-[655px] flex-1 flex-col items-start justify-center">
|
||||
<div class="mesh mx-auto min-w-full max-w-[655px] rounded-md px-4 py-12 lg:flex lg:items-center">
|
||||
<div class="blurry-bg mx-auto max-w-3xl text-center text-muted">
|
||||
<h1 class=" text-5xl font-extrabold leading-tight">
|
||||
@@ -93,7 +93,9 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="mx-auto mb-2 mt-4 flex w-full flex-1 flex-col items-start justify-center bg-transparent md:w-[655px]">
|
||||
<div
|
||||
class="section-month-events mx-auto mb-2 mt-4 flex w-full flex-1 flex-col items-start justify-center bg-transparent md:w-[655px]"
|
||||
>
|
||||
{#if sortedIncidentSmartDates.length == 0}
|
||||
<div class="mx-auto w-full rounded-md bg-clip-text p-12 text-center">
|
||||
<div class="mx-auto mb-4 h-[32px] w-[32px] text-primary">
|
||||
|
||||
Reference in New Issue
Block a user