Skip to content

Commit eb34ef5

Browse files
alarcrittyjustinmk
andauthored
Update static/css/main.css
Co-authored-by: Justin M. Keyes <justinkz@gmail.com>
1 parent 475c1cb commit eb34ef5

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

static/css/main.css

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -606,26 +606,23 @@ iframe.poll {
606606
border: 1px solid var(--docsearch-primary-color)
607607
}
608608
}
609-
/*sticky footer fix*/
609+
610+
/* Force footer to bottom of viewport. */
610611
html {
611612
height: 100%;
612613
}
613-
614614
body {
615615
min-height: 100vh;
616616
display: flex;
617617
flex-direction: column;
618618
margin: 0;
619619
}
620-
621620
body > nav {
622621
flex-shrink: 0;
623622
}
624-
625623
body > main {
626624
flex: 1 0 auto;
627625
}
628-
629626
body > footer {
630627
flex-shrink: 0;
631628
margin-top: auto;

0 commit comments

Comments
 (0)