Textgröße Gebäudadresse im Dashboard angebasst
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
export let objekt: Objekt;
|
export let objekt: Objekt;
|
||||||
</script>
|
</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">
|
<div class="bg-white rounded-lg">
|
||||||
{#if aufnahme.bilder.length > 0}
|
{#if aufnahme.bilder.length > 0}
|
||||||
|
|||||||
Reference in New Issue
Block a user