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.vue6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/ContactDetails.vue b/src/components/ContactDetails.vue
index 5ed93cee..f22c73c1 100644
--- a/src/components/ContactDetails.vue
+++ b/src/components/ContactDetails.vue
@@ -779,9 +779,9 @@ section.contact-details {
}
.property--rev {
- position: fixed;
- right: 22px;
- bottom: 0;
+ position: absolute;
+ left: 125px;
+ bottom: -25px;
height: 44px;
opacity: .5;
color: var(--color-text-lighter);