Merge pull request #378 from IBCornelsen/Jens
Textgröße Gebäudadresse im Dashboard angebasst
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user