reorganized tailwind classes

This commit is contained in:
2025-02-23 21:07:11 -06:00
parent 293396ec86
commit 2f0655f0ef
+6 -18
View File
@@ -168,28 +168,16 @@ templ TemplFighterCol(f *event.Fighter, right bool) {
/>
<div
if right {
class="
lg:mx-5
mt-3 lg:mt-0
pt-1 lg:pt-0
border-t-8 lg:border-t-0
class=" mt-3 pt-1 border-t-8
lg:mx-5 lg:mt-0 lg:pt-0 lg:border-t-0
border-blue-500
lg:border-r-8
lg:pr-5
lg:order-1
text-right
border-blue-500 lg:border-r-8 lg:pr-5 lg:order-1 text-right
"
} else {
class="
lg:mx-5
mt-3 lg:mt-0
pt-1 lg:pt-0
border-t-8 lg:border-t-0
class=" mt-3 pt-1 border-t-8
lg:mx-5 lg:mt-0 lg:pt-0 lg:border-t-0
border-red-500
lg:border-l-8
lg:pl-5
border-red-500 lg:border-l-8 lg:pl-5
"
}
>