diff --git a/assets/css/style.css b/assets/css/style.css index a51b251..60088cd 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -2436,14 +2436,6 @@ video { margin-top: -18rem; } -.mb-1\.5 { - margin-bottom: 0.375rem; -} - -.mb-1 { - margin-bottom: 0.25rem; -} - .mt-10 { margin-top: 2.5rem; } @@ -2616,14 +2608,6 @@ video { max-width: none; } -.max-w-6xl { - max-width: 72rem; -} - -.max-w-screen-lg { - max-width: 1024px; -} - .flex-1 { flex: 1 1 0%; } @@ -3082,16 +3066,12 @@ video { padding-bottom: 4rem; } -.pt-4 { - padding-top: 1rem; -} - .pt-2 { padding-top: 0.5rem; } -.pt-12 { - padding-top: 3rem; +.pt-4 { + padding-top: 1rem; } .text-left { diff --git a/layouts/_default/single.html b/layouts/_default/single.html index f2ba3a1..7ed06aa 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -7,22 +7,24 @@ -
- {{ with .Params.featured_image }} - {{ with resources.Get . }} - {{ $small := (.Resize "400x webp q80").RelPermalink }} - {{ $medium := (.Resize "550x webp q80").RelPermalink }} - {{ $large := (.Resize "900x webp q80").RelPermalink }} - {{ $featuredimage := (.Resize "1500x webp q80").RelPermalink }} - +
+ {{ with .Params.featured_image }} + {{ with resources.Get . }} + {{ $small := (.Resize "400x webp q80").RelPermalink }} + {{ $medium := (.Resize "550x webp q80").RelPermalink }} + {{ $large := (.Resize "900x webp q80").RelPermalink }} + {{ $featuredimage := (.Resize "1500x webp q80").RelPermalink }} + {{ .Params.title }} - {{ end }} - {{ end }} + class="object-fill overflow-hidden rounded-lg shadow-lg ring-4 ring-zinc-300/40 dark:ring-gray-900/40 shadow-neutral-100/20 dark:shadow-neutral-800/40" + width="100%" alt="{{ .Params.title }}" /> + {{ end }} + {{ end }} +
diff --git a/public/404.html b/public/404.html index b50d96e..3650a62 100644 --- a/public/404.html +++ b/public/404.html @@ -1,4 +1,4 @@ -404 Page not found | TailBliss