From fd0f403168420395a3626674815f44c8497ea309 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Wed, 24 May 2017 15:50:01 -0400 Subject: [PATCH] style and unhide g suite --- _articles/directory-connector/gsuite-directory.md | 2 +- _sass/_help.scss | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/_articles/directory-connector/gsuite-directory.md b/_articles/directory-connector/gsuite-directory.md index 47671bc3..f871b7d8 100644 --- a/_articles/directory-connector/gsuite-directory.md +++ b/_articles/directory-connector/gsuite-directory.md @@ -4,7 +4,7 @@ title: Configuring directory sync with Google GSuite categories: [Organizations] featured: true popular: false -hidden: true +hidden: false tags: [] --- diff --git a/_sass/_help.scss b/_sass/_help.scss index 9312d2ce..08f4abe3 100644 --- a/_sass/_help.scss +++ b/_sass/_help.scss @@ -352,6 +352,14 @@ footer { pre code { white-space: nowrap; } + + li img, li pre { + margin-top: 12.5px; + } + + li > *:last-child { + margin-bottom: 0; + } } a[rel='lightbox'] {