Styling
This commit is contained in:
parent
170e258b6e
commit
5aba2420f8
|
@ -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;*/
|
||||
/*}*/
|
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue