bug fix: layout fixes with footer

legacy
Steve L. Nyemba 4 years ago
parent f22bf02c54
commit 80bec2114d

@ -90,12 +90,14 @@ img {width:48px}
.footer { .footer {
bottom:10px; bottom:10px;
position:fixed; position:fixed;
margin-left:10%;
width: 80%; width: 80%;
padding:8spx; padding:8px;
text-align:center; text-align:center;
display:grid; display:grid;
grid-template-columns: 10% auto 10%; grid-template-columns: 10% auto 10%;
grid-gap: 2px; grid-gap: 2px;
background-color:#f3f3f3;
} }
.plan .title { .plan .title {
display:grid; display:grid;

@ -347,12 +347,12 @@ $(document).ready(function(){
<div id="form" class="border-top" style="display:none"> <div id="form" class="border-top" style="display:none">
</div> </div>
<div class="small black footer"> <div class="small black footer " >
<div>support@the-phi.com</div> <div align="center">support@the-phi.com</div>
<div> <div align="center">
all rights reserved &copy; {{ now }}, The Phi Technologys all rights reserved &copy; {{ now }}, The Phi Technologys
</div> </div>
<div> <div align="center">
Privacy & Terms Privacy & Terms
</div> </div>

Loading…
Cancel
Save