summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/Properties/Properties.scss8
1 files changed, 8 insertions, 0 deletions
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 {