From 295f3bb0ca1d91b12ca37b5ba537a55948ba6720 Mon Sep 17 00:00:00 2001 From: Andreas Demmelbauer Date: Tue, 9 Apr 2019 11:54:04 -0700 Subject: Contact Details: add some padding between header and properties --- css/ContactDetails.scss | 8 ++++---- 1 file 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 +} -- cgit v1.2.3