forked from GithubBackups/healthchecks
Fix footer height on mobile.
This commit is contained in:
parent
a464154151
commit
7904908625
@ -5,7 +5,7 @@ html {
|
|||||||
|
|
||||||
body {
|
body {
|
||||||
/* Margin bottom by footer height */
|
/* Margin bottom by footer height */
|
||||||
margin-bottom: 140px;
|
margin-bottom: 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer {
|
.footer {
|
||||||
@ -14,14 +14,13 @@ body {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
/* Set the fixed height of the footer here */
|
/* Set the fixed height of the footer here */
|
||||||
height: 81px;
|
height: 81px;
|
||||||
line-height: 80px;
|
|
||||||
color: #AAA;
|
color: #AAA;
|
||||||
border-top: 1px solid #eee;
|
border-top: 1px solid #eee;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer ul {
|
.footer ul {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
margin: 0;
|
margin: 32px 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
font-size: small;
|
font-size: small;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user