mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 17:05:46 +00:00
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
This commit is contained in:
commit
c2f773ad85
|
@ -37,6 +37,12 @@ body {
|
|||
margin-bottom: 90px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
body {
|
||||
/* Margin bottom by footer height */
|
||||
margin-bottom: 110px;
|
||||
}
|
||||
}
|
||||
.footer {
|
||||
font-size: 80%;
|
||||
position: absolute;
|
||||
|
@ -52,6 +58,11 @@ body {
|
|||
height: 108px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
.footer {
|
||||
height: 126px;
|
||||
}
|
||||
}
|
||||
.footer .disclaimer {
|
||||
display: inline-block;
|
||||
padding: 15px 0px 0px 0px;
|
||||
|
|
Loading…
Reference in New Issue
Block a user