This commit is contained in:
Jens Cornelsen
2024-12-08 17:21:28 +01:00
parent 9a7c1f58da
commit 873f5117ae

View File

@@ -18,7 +18,7 @@
</div>
<div class="white box">
<div class="variante">fundiert</div>
<div class="variante">fundiert (empfohlen)</div>
<div class="services"><div>Erfassung der Gebäudegeometrie.</div><div class="check"></div></div>
<div class="services"><div>Für Vermietung, Verkauf und Finanzierung.</div><div class="check"></div></div>
<div class="services"><div>Zulässig auch fürunsanierte Objekte.</div><div class="check"></div></div>
@@ -41,12 +41,12 @@
.white{@apply text-center text-black p-2 grid grid-rows-subgrid row-span-6 shadow-saeule}
.variante{@apply w-fit text-black justify-self-end mr-4}
.variante{@apply text-3xl}
.variante{@apply w-fit text-black justify-self-end mr-3}
.variante{@apply text-2xl}
.services{@apply text-start py-2 grid grid-cols-[1fr_minmax(10px,50px)]}
.services:not(:last-child){@apply border-b-[1px] border-gray-200}
.check{@apply self-center font-bold text-green-700}
.check{@apply justify-self-end font-bold text-green-700}
}
</style>