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'] {