fix footer links #210
This commit is contained in:
@@ -54,18 +54,16 @@ extra:
|
|||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<h6><a href="" onclick="window.location.href='/mission'">ThreeFold</a></h6>
|
<h6><a target="_self" onclick="window.location.href='/mission'">ThreeFold</a></h6>
|
||||||
|
|
||||||
|
<h6><a target="_self" onclick="window.location.href='/partners'">Partners</a></h6>
|
||||||
|
|
||||||
<h6><a href="" onclick="window.location.href='/partners'">Partners</a></h6>
|
<h6><a target="_self" onclick="window.location.href='/blog'">Blog</a></h6>
|
||||||
|
|
||||||
<h6><a href="" onclick="window.location.href='/blog'">Blog</a></h6>
|
<h6><a target="_self" onclick="window.location.href='/newsroom'">NewsRoom</a></h6>
|
||||||
|
|
||||||
<h6><a href="" onclick="window.location.href='/newsroom'">NewsRoom</a></h6>
|
|
||||||
|
|
||||||
###### [Forum](https://forum.threefold.io/)
|
###### [Forum](https://forum.threefold.io/)
|
||||||
|
|
||||||
<h6><a href="" onclick="window.location.href='/support'">Support</a></h6>
|
<h6><a target="_self" onclick="window.location.href='/support'">Support</a></h6>
|
||||||
|
|
||||||
|
|
||||||
{% end %}
|
{% end %}
|
||||||
|
|||||||
@@ -61,6 +61,7 @@ img[src*="#absolute"] {
|
|||||||
}
|
}
|
||||||
.footer-cust a{
|
.footer-cust a{
|
||||||
color: #999;
|
color: #999;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-cust a:hover {
|
.footer-cust a:hover {
|
||||||
|
|||||||
Reference in New Issue
Block a user