mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-07 13:49:23 +00:00
fix margin of body and height of footer for small devices
This commit is contained in:
parent
db63f8526c
commit
cc09cd419c
|
@ -37,6 +37,12 @@ body {
|
||||||
margin-bottom: 90px;
|
margin-bottom: 90px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@media (max-width: 767px) {
|
||||||
|
body {
|
||||||
|
/* Margin bottom by footer height */
|
||||||
|
margin-bottom: 110px;
|
||||||
|
}
|
||||||
|
}
|
||||||
.footer {
|
.footer {
|
||||||
font-size: 80%;
|
font-size: 80%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -52,6 +58,11 @@ body {
|
||||||
height: 108px;
|
height: 108px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@media (max-width: 767px) {
|
||||||
|
.footer {
|
||||||
|
height: 126px;
|
||||||
|
}
|
||||||
|
}
|
||||||
.footer .disclaimer {
|
.footer .disclaimer {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 15px 0px 0px 0px;
|
padding: 15px 0px 0px 0px;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user