Add responsive footer CSS
This commit is contained in:
parent
48a0927613
commit
e67a6f7c9f
@ -162,4 +162,13 @@ footer {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (min-width: 800px) and (min-height: 700px) {
|
||||||
|
|
||||||
|
footer {
|
||||||
|
position: fixed;
|
||||||
|
bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
/* END FOOTER */
|
/* END FOOTER */
|
Loading…
Reference in New Issue
Block a user