♻️ Refactor: Autogen classes and use consistent naming

- This should greatly improve consistency
- This mainly targets one of my PRs https://github.com/nunocoracao/blowfish/pull/2211
This commit is contained in:
Served Smart
2025-06-18 16:03:01 +02:00
parent 8d940881a4
commit 17faf8b738
24 changed files with 81 additions and 113 deletions
+2 -2
View File
@@ -4,7 +4,7 @@
<div class="absolute inset-x-0 bottom-0 h-1/2 bg-gray-100"></div>
<div class="mx-auto max-w-7xl p-0">
<div class="relative sm:overflow-hidden">
<div class="fixed inset-x-0 top-0 z-index-[-10]">
<div class="fixed inset-x-0 top-0 -z-10">
{{ $homepageImage := "" }}
{{ with .Site.Params.defaultBackgroundImage }}
{{ if or (strings.HasPrefix . "http:") (strings.HasPrefix . "https:") }}
@@ -22,7 +22,7 @@
{{ end }}
{{ if $homepageImage }}
<img
class="w-full h-[1000px] object-cover m-0 nozoom margin-0"
class="w-full h-[1000px] object-cover nozoom mt-0 mr-0 mb-0 ml-0"
src="{{ $homepageImage.RelPermalink }}"
role="presentation">
<div