style added to create space between streetname and city + margin of flex-table fixed

This commit is contained in:
2021-08-19 12:21:06 +02:00
parent a6b360c193
commit 3e9d96368d
3 changed files with 14 additions and 3 deletions

View File

@@ -79,8 +79,9 @@ export default {
}
& > div {
margin: 1em 3em 0;
}
table {
&.flex-table {
margin: 1em 0 0;
}
}
}