Textgröße Gebäudadresse im Dashboard angebasst

This commit is contained in:
Jens Cornelsen
2025-02-22 18:03:47 +01:00
parent 3678cd7b37
commit c682dc4409

View File

@@ -10,7 +10,7 @@
export let objekt: Objekt;
</script>
<h1 class="text-4xl font-medium mb-8">{objekt.adresse}, {objekt.plz} {objekt.ort}</h1>
<h1>{objekt.adresse}, {objekt.plz} {objekt.ort}</h1>
<div class="bg-white rounded-lg">
{#if aufnahme.bilder.length > 0}