Merge branch 'seeddms-5.1.x' into seeddms-6.0.x

This commit is contained in:
Uwe Steinmann 2021-05-02 13:06:29 +02:00
commit 5e18a0b5b4

View File

@ -31,6 +31,12 @@ body {
/* Margin bottom by footer height */
margin-bottom: 60px;
}
@media (max-width: 991px) {
body {
/* Margin bottom by footer height */
margin-bottom: 90px;
}
}
.footer {
font-size: 80%;
position: absolute;
@ -41,6 +47,11 @@ body {
_line-height: 17px; /* Vertically center the text there */
background-color: #f5f5f5;
}
@media (max-width: 991px) {
.footer {
height: 108px;
}
}
.footer .disclaimer {
display: inline-block;
padding: 15px 0px 0px 0px;