diff --git a/components/contact/ContactInformation.vue b/components/contact/ContactInformation.vue index 5408a63..23e27ec 100644 --- a/components/contact/ContactInformation.vue +++ b/components/contact/ContactInformation.vue @@ -27,6 +27,8 @@ onMounted(() => (mail.value = atob(contacts.email))); diff --git a/components/contact/ContactRow.vue b/components/contact/ContactRow.vue index 4206a51..0e9dcc2 100644 --- a/components/contact/ContactRow.vue +++ b/components/contact/ContactRow.vue @@ -28,6 +28,7 @@ const openWindow = () => window.open(props.href); .row { cursor: pointer; padding: 10px 20px 10px 14px; + text-align: left; } .grid { diff --git a/pages/contacts.vue b/pages/contacts.vue index 219f444..057b8d8 100644 --- a/pages/contacts.vue +++ b/pages/contacts.vue @@ -12,8 +12,8 @@ -