summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--css/ContactDetails.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/css/ContactDetails.scss b/css/ContactDetails.scss
index 431e5502..d418fba7 100644
--- a/css/ContactDetails.scss
+++ b/css/ContactDetails.scss
@@ -28,7 +28,7 @@
display: flex;
font-weight: bold;
align-items: center;
-
+
// ORG-TITLE-NAME
#contact-header-infos {
display: flex;
@@ -108,7 +108,7 @@
/* unquote is a strange hack to avoid removal of the comma by the scss compiler */
grid-template-columns: repeat(auto-fit, minmax(unquote('#{$grid-column-width}'), 1fr));
grid-column-gap: $grid-column-gap;
- padding: 0 $grid-column-gap;
+ padding: 20px $grid-column-gap;
min-height: 200px;
}
@@ -117,7 +117,7 @@
section.contact-details {
grid-template-columns: 1fr;
grid-column-gap: 10px;
- padding: 0 10px;
+ padding: 10px;
}
}
}
@@ -138,4 +138,4 @@
padding: 10px;
background-color: #fff;
}
-} \ No newline at end of file
+}