Skip to content
Snippets Groups Projects
Commit eb88d2b1 authored by Zihan Zhang's avatar Zihan Zhang
Browse files

Update wiki/pages/software.html, static/landingpage.css

parent e18259dd
No related branches found
No related tags found
No related merge requests found
Pipeline #118433 passed
......@@ -109,7 +109,7 @@ html{
#navbar ul li .dot.active::after{
transform: translateY(-50%) scale(1);
}
#landingpage li .anchor::before{
#landingpage li .anchor span::before{
content: '';
position: absolute;
top: 0;
......@@ -124,7 +124,7 @@ html{
opacity: 0;
}
@media (any-hover: hover) {
#landingpage li .anchor:hover::before{
#landingpage li .anchor span:hover::before{
transform: scale(1);
opacity: 1;
}
......
......@@ -6,7 +6,7 @@
{% block side_bar %}
<div class="col-md-2" id="landingpage">
<div class="landingpageitems">
<li><a class="anchor" href="#introduction" data-scroll="content0">Introduction</a></li>
<li><a class="anchor" href="#introduction" data-scroll="content0"><span>Introduction</span></a></li>
<li><a class="anchor" href="#try-it-now" data-scroll="content1">Try it now</a></li>
<li><a class="anchor" href="#How to use PartHub" data-scroll="content2">How to use PartHub</a>
<ul class="second-pannel">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment