diff --git a/css/Properties/Properties.scss b/css/Properties/Properties.scss index 9bd8e99a..687211fc 100644 --- a/css/Properties/Properties.scss +++ b/css/Properties/Properties.scss @@ -116,6 +116,14 @@ $property-row-gap: $contact-details-row-gap; } } + // Mobile tweaks + @media (max-width: 1024px) { + // Left align labels on mobile + &__label { + justify-content: flex-start; + } + } + // Show ext buttons on full row hover &:hover { .property__ext { diff --git a/src/components/ContactDetails.vue b/src/components/ContactDetails.vue index edd84c71..97a2fcec 100644 --- a/src/components/ContactDetails.vue +++ b/src/components/ContactDetails.vue @@ -121,7 +121,7 @@