This commit is contained in:
schrom01 2023-02-16 12:54:11 +01:00
parent 170e258b6e
commit 5aba2420f8
2 changed files with 116 additions and 102 deletions

View File

@ -47,13 +47,23 @@ input {
min-width: 100px;
}
footer {
position: absolute;
bottom: 0;
width: 100%;
height: 10.5rem; /* Footer height */
html, body {
height: 100%;
margin: 0;
}
.footer {
vertical-align: top;
text-align: left;
.wrapper {
min-height: 100%;
/* Equal to height of footer */
/* But also accounting for potential margin-bottom of last child */
margin-bottom: -150px;
}
footer,
.push {
height: 150px;
}
/*.footer {*/
/* vertical-align: top;*/
/* text-align: left;*/
/*}*/

View File

@ -26,6 +26,7 @@
<!-- </form>-->
<!-- </div>-->
<!-- </nav>-->
<div class="wrapper">
<section>
<div class="container">
<h1>Genderwatch-protocol</h1>
@ -136,6 +137,9 @@
</div>
</section>
<div class="push"></div>
</div>
<footer class="text-center">
<div class="container footer">