better layout of footer, especially of disclaimer is turned off

This commit is contained in:
Uwe Steinmann 2022-06-10 16:44:11 +02:00
parent 9eae4c4863
commit 573fe293ac

View File

@ -25,9 +25,6 @@ body {
position: absolute;
bottom: 0;
width: 100%;
/* Set the fixed height of the footer here */
height: 68px;
_line-height: 17px; /* Vertically center the text there */
background-color: #f5f5f5;
}
@media (max-width: 991px) {
@ -45,9 +42,9 @@ body {
}
.footer .disclaimer {
display: inline-block;
padding: 15px 0px 0px 0px;
padding: 7px 0px 7px 0px;
}
.footer .footNote {
display: inline-block;
padding: 0px 0px 15px 0px;
padding: 7px 0px 7px 0px;
}