From f7e2d925658d347ff5ceb8a2452f84deb7d55fbc Mon Sep 17 00:00:00 2001 From: Jeff Escalante Date: Thu, 7 May 2020 13:20:25 -0400 Subject: [PATCH] fixes --- website/pages/docs/provisioning/chef_apply.mdx | 3 +-- website/pages/style.css | 7 ++++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/website/pages/docs/provisioning/chef_apply.mdx b/website/pages/docs/provisioning/chef_apply.mdx index c30b6cd85..2ade0ba41 100644 --- a/website/pages/docs/provisioning/chef_apply.mdx +++ b/website/pages/docs/provisioning/chef_apply.mdx @@ -20,8 +20,7 @@ Chef ecosystem. Specifically, this documentation page does not cover how use Chef or how to write Chef recipes. ~> **Warning:** If you are not familiar with Chef and Vagrant already, -we recommend starting with the shell -provisioner. +we recommend starting with the [shell provisioner](/docs/provisioning/shell.html). ## Options diff --git a/website/pages/style.css b/website/pages/style.css index 110a01c0f..807673c0f 100644 --- a/website/pages/style.css +++ b/website/pages/style.css @@ -35,7 +35,7 @@ @import './print.css'; /* Expand content so footer is always at the bottom */ -.content { +.__next > .content { min-height: calc(100vh - 260px); } @@ -56,6 +56,11 @@ scroll-margin-top: calc(64px + 0.5em); } +/* Sticky Footer */ +.content { + min-height: calc(100vh - 260px); +} + /* Web Fonts */ @font-face { font-family: 'klavika-web';