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 {
bottom:10px;
position:fixed;
margin-left:10%;
width: 80%;
padding:8spx;
padding:8px;
text-align:center;
display:grid;
grid-template-columns: 10% auto 10%;
grid-gap: 2px;
background-color:#f3f3f3;
}
.plan .title {
display:grid;

@ -348,11 +348,11 @@ $(document).ready(function(){
</div>
<div class="small black footer " >
<div>support@the-phi.com</div>
<div>
<div align="center">support@the-phi.com</div>
<div align="center">
all rights reserved &copy; {{ now }}, The Phi Technologys
</div>
<div>
<div align="center">
Privacy & Terms
</div>

Loading…
Cancel
Save