fixes
This commit is contained in:
parent
6efbb011bc
commit
f7e2d92565
@ -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
|
||||
|
||||
|
||||
@ -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';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user