diff options
| author | Veikka Kähkönen <veikka.kahkonen@corefactory.com> | 2017-11-30 21:42:35 +0200 |
|---|---|---|
| committer | Veikka Kähkönen <veikka.kahkonen@corefactory.com> | 2017-11-30 21:42:35 +0200 |
| commit | afa95fde236860a98419bf768c0c3ad9093495a8 (patch) | |
| tree | 2c41c928b75a51e26a82072478ae2c2c2880c3db /_sass/_contacts.scss | |
| parent | ab9a988dc493c809bc292cdb7aa9ba71611e42c6 (diff) | |
Make people_generic layout clearer
Diffstat (limited to '_sass/_contacts.scss')
| -rw-r--r-- | _sass/_contacts.scss | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/_sass/_contacts.scss b/_sass/_contacts.scss index c5ef86f..62a0a46 100644 --- a/_sass/_contacts.scss +++ b/_sass/_contacts.scss @@ -42,3 +42,11 @@ $contact-vspacing: 2em; width: 150px; height: 150px; } + +.contact_group { + margin-bottom: 3em; +} + +.contact_group__subgroup { + margin-bottom: 1.5em; +} |
