summaryrefslogtreecommitdiffstats
path: root/src/components/ContactDetails.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ContactDetails.vue')
-rw-r--r--src/components/ContactDetails.vue10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/components/ContactDetails.vue b/src/components/ContactDetails.vue
index 3708cc6f..e8a2d1bc 100644
--- a/src/components/ContactDetails.vue
+++ b/src/components/ContactDetails.vue
@@ -777,6 +777,7 @@ export default {
// Container height fix for dropdowns
.app-content-details {
min-height: calc(100vh - var(--header-height));
+ padding: 0 44px 80px 44px;
}
// List of all properties
@@ -827,4 +828,13 @@ section.contact-details {
}
}
}
+.property--last {
+ margin-bottom: 40px;
+}
+.property {
+ position: relative;
+ width: 100%;
+ max-width: 414px;
+ justify-self: center;
+}
</style>