summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorszaimen <szaimen@e.mail.de>2021-07-05 20:35:34 +0200
committerszaimen <szaimen@e.mail.de>2021-07-06 00:00:17 +0200
commitba9cb7c90268dba2013bbb6a00d72c47dcd03b10 (patch)
tree01aad022adb53ba76dbe1f22e8b5c7dd1b7a8e7b
parentae406595496d077f0ebcfb0414b9862a6bb61b98 (diff)
Put the last-updated section to the bottom
Signed-off-by: szaimen <szaimen@e.mail.de>
-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);