Stick footer to bottom of window.
This commit is contained in:
parent
c23bed009f
commit
66b162f9db
4 changed files with 4 additions and 3 deletions
|
|
@ -15,7 +15,7 @@
|
||||||
<meta property="og:image" content="/assets/static/logo-aerialshots-v1-w.png">
|
<meta property="og:image" content="/assets/static/logo-aerialshots-v1-w.png">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body class="d-flex flex-column min-vh-100">
|
||||||
<header>
|
<header>
|
||||||
<!--# include file="/includes/components/nav.html" -->
|
<!--# include file="/includes/components/nav.html" -->
|
||||||
</header>
|
</header>
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
<meta property="og:image" content="/assets/static/logo-aerialshots-v1-w.png">
|
<meta property="og:image" content="/assets/static/logo-aerialshots-v1-w.png">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body class="d-flex flex-column min-vh-100">
|
||||||
<header>
|
<header>
|
||||||
<!--# include file="/includes/components/nav.html" -->
|
<!--# include file="/includes/components/nav.html" -->
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
<meta property="og:image" content="/assets/static/logo-aerialshots-v1-w.png">
|
<meta property="og:image" content="/assets/static/logo-aerialshots-v1-w.png">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body class="d-flex flex-column min-vh-100">
|
||||||
<header>
|
<header>
|
||||||
<!--# include file="/includes/components/nav.html" -->
|
<!--# include file="/includes/components/nav.html" -->
|
||||||
</header>
|
</header>
|
||||||
|
|
|
||||||
|
|
@ -91,6 +91,7 @@ var(--#{$prefix}font-sans-serif);
|
||||||
main {
|
main {
|
||||||
@extend .pt-3;
|
@extend .pt-3;
|
||||||
@extend .pb-4;
|
@extend .pb-4;
|
||||||
|
@extend .flex-grow-1;
|
||||||
}
|
}
|
||||||
|
|
||||||
section,
|
section,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue