From 923d14b652e121b260ebad5cf1dfb9094ea257ba Mon Sep 17 00:00:00 2001 From: Richard Steinmetz Date: Wed, 3 May 2023 09:36:06 +0200 Subject: feat(contacts): implement final design enhancements from mockups Signed-off-by: Richard Steinmetz --- css/Properties/Properties.scss | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'css') 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 { -- cgit v1.2.3