Walmart Luminate, Other company notes
This commit is contained in:
@ -0,0 +1,41 @@
|
||||
{% comment %}<footer class="footer np-subpage-container">{% endcomment %}
|
||||
{% comment %}<div class="footer-left">{% endcomment %}
|
||||
{% comment %}© {{ "now" | date: "%Y" }} Quantuvos Inc. All Right Reserved.{% endcomment %}
|
||||
{% comment %}</div>{% endcomment %}
|
||||
{% comment %}<div class="footer-right">{% endcomment %}
|
||||
{% comment %}<a class="footer-element" href="https://www.quantuvos.com/privacy-policy">{% endcomment %}
|
||||
{% comment %}Privacy Policy{% endcomment %}
|
||||
{% comment %}</a>{% endcomment %}
|
||||
{% comment %}<a class="footer-element" href="https://www.quantuvos.com/privacy-policy">{% endcomment %}
|
||||
{% comment %}Terms of Use{% endcomment %}
|
||||
{% comment %}</a>{% endcomment %}
|
||||
{% comment %}</div>{% endcomment %}
|
||||
{% comment %}</footer>{% endcomment %}
|
||||
|
||||
<style>
|
||||
.footer {
|
||||
justify-content: space-between;
|
||||
background: #f2f4f5;
|
||||
padding-top: 20px;
|
||||
padding-bottom: 20px;
|
||||
text-align:center;
|
||||
}
|
||||
.footer-right {
|
||||
display: flex;
|
||||
flex-wrap:wrap;
|
||||
margin-top:16px;
|
||||
}
|
||||
|
||||
.footer-element {
|
||||
padding: 4px;
|
||||
margin: auto 8px 8px;
|
||||
}
|
||||
|
||||
@media (min-width:768px) {
|
||||
.footer {
|
||||
display: flex;
|
||||
text-align:left;
|
||||
}
|
||||
}
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user