We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6de47e commit 5c8e825Copy full SHA for 5c8e825
assets/stylesheets/_screen.scss
@@ -8,7 +8,10 @@
8
9
html,
10
body {
11
- height: 100%;
+ display: flex;
12
+ flex-direction: column;
13
+ position: relative;
14
+ min-height: 100vh;
15
}
16
17
@@ -417,7 +420,6 @@ h2.header-with-anchor {
417
420
418
421
419
422
main {
- margin: auto;
423
padding: 4rem 0 0;
424
425
.callout {
@@ -469,6 +471,7 @@ footer[role="contentinfo"] {
469
471
color: var(--color-nav-color);
470
472
padding: 20px 30px;
473
min-height: 74px;
474
+ margin-top: auto;
475
476
p {
477
font-size: 0.625em;
0 commit comments