Skip to content
Snippets Groups Projects
Commit ad97c3d3 authored by Boyuan Duan's avatar Boyuan Duan :fencer:
Browse files

Update wiki/pages/engineering.html

parent 40189d2a
No related branches found
No related tags found
No related merge requests found
Pipeline #181287 passed
......@@ -99,7 +99,7 @@
left:-24%;
}
.sidebar{
top: 34%;
top: 37%;
left:-24%;
height: 0%;
width: 6px;
......@@ -110,9 +110,9 @@
transition: 0.5s;
}
.sidebar1{
top: 34%;
top: 37%;
left:-24%;
height: 41.5%;
height: 38%;
width: 6px;
background: #064579;
z-index:-2;
......@@ -435,7 +435,7 @@ em{
let w =
Math.ceil((Math.round(window.pageYOffset) /
(document.body.scrollHeight - window.innerHeight - 5)) * 100)
bar.style.height = w*0.415 + '%'
bar.style.height = w*0.38 + '%'
bar.style.background = color
}
......
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