From: RafiBomb Date: Tue, 16 May 2017 21:01:27 +0000 (-0700) Subject: fixes vertical spacing on video X-Git-Tag: v6.4.0-rc1~26^2~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1672d03c3300f6e42aacc0af847b9195b3609ecd;p=thirdparty%2Ffoundation%2Ffoundation-sites.git fixes vertical spacing on video --- diff --git a/docs/assets/scss/docs.scss b/docs/assets/scss/docs.scss index dcf9bf815..f74a6e9e5 100644 --- a/docs/assets/scss/docs.scss +++ b/docs/assets/scss/docs.scss @@ -240,3 +240,7 @@ a[data-open-video] { align-items: center; } } + +.mb1 { + margin-bottom: 1rem; +} diff --git a/docs/pages/starter-projects.md b/docs/pages/starter-projects.md index c3d3240e3..b208d2701 100644 --- a/docs/pages/starter-projects.md +++ b/docs/pages/starter-projects.md @@ -22,12 +22,11 @@ It's also possible to download the template files directly from GitHub. Run `npm ## ZURB Template -
+
- The official ZURB Template includes not only Sass processing, but also JavaScript processing, Handlebars templating, and image compression. We use this exact template at ZURB for our client work! You can set up an advanced project through the Foundation CLI with this command: