Skip to content

Commit

Permalink
Merge branch 'main' into gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
jgujerry committed Feb 14, 2024
2 parents 61ef5a9 + acb2baf commit 38c7617
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
}
#navbarCollapse {
position: fixed;
top: 20px;
right: 80px;
background-color: #f7fffc;
top: 75px;
right: 15px;
background-color: #fdfffe;
z-index: 1000;
}
#navbarCollapse > ul > li > a {
Expand All @@ -58,24 +58,23 @@
}
#navbarCollapse > ul > li > a:hover {
font-weight: bold;
font-size: 13px;
}

#goTopBtn {
height: 40px;
width: 45px;
display: none;
position: fixed;
bottom: 20px;
right: 20px;
bottom: 15px;
right: 15px;
z-index: 99;
font-size: 18px;
outline: none;
background-color: #fff;
color: #105028;
cursor: pointer;
padding-left: 13px;
padding-right: 13px;
padding-left: 10px;
padding-right: 10px;
padding-top: 5px;
padding-bottom: 8px;
border-radius: 4px;
Expand Down

0 comments on commit 38c7617

Please sign in to comment.