Skip to content

Commit

Permalink
fix: update nav, edit button and css path
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Nov 23, 2023
1 parent a82056c commit 99371e2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/index.html
Expand Up @@ -22,15 +22,15 @@
</head>

<body>
<!-- Navbar -->
<nav
class="nav display:flex align-items:center left:0px background:whitesmoke padding-top:10px padding-bottom:10px"
class="width:100% display:flex align-items:center background:transparent padding-top:10px padding-bottom:10px"
content_id="content"
scroll="sticky-nav,hide-nav"
scroll-up="10"
scroll-down="10"
array="files"
object="60395ef42b3ac232657040fd"
key="src"></nav>
scroll="sticky-nav,"
scroll-up="5"
scroll-down="5"
path="../"
src="../components/navbar.html"></nav>
<sidenav
id="menuL"
class="position:fixed top:0px left:0px overflow:hidden background:whitesmoke height:100vh width:0px width:300px@xl"
Expand Down

0 comments on commit 99371e2

Please sign in to comment.