This commit is contained in:
Jeff Escalante 2020-05-07 13:20:25 -04:00
parent 6efbb011bc
commit f7e2d92565
No known key found for this signature in database
GPG Key ID: 32D23C61AB5450DB
2 changed files with 7 additions and 3 deletions

View File

@ -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 <a href="/docs/provisioning/shell.html">shell
provisioner</a>.
we recommend starting with the [shell provisioner](/docs/provisioning/shell.html).
## Options

View File

@ -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';