Skip to content

Commit

Permalink
fix: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Aug 21, 2024
1 parent 04f6c3d commit c7028a3
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<link
rel="stylesheet"
href="../index.css"
href="../../index.css"
array="files"
object="60888216117c640e7596303f"
key="src"
Expand All @@ -33,15 +33,14 @@
</head>

<body>
<!-- Navbar -->
<!-- Navbar -->
<nav
class="width:100% display:flex align-items:center background:transparent padding-top:10px padding-bottom:10px"
content_id="content"
scroll="sticky-nav,"
scroll="sticky-nav, hide"
scroll-up="5"
scroll-down="5"
path="../"
src="../components/navbar.html"></nav>
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 All @@ -55,12 +54,9 @@
key="src"></menu>
<div resize="right"></div>
</sidenav>
<main
class="padding-top:15px padding:15px@lg@xl"
content_id="content"
id="cocreate-actions">
<main content_id="content" id="cocreate-actions">
<div
class="display:flex flex-wrap:wrap justify-content:space-between position:relative margin:10px">
class="display:flex flex-wrap:wrap justify-content:space-between position:relative margin:10px padding-top:70px">
<div class="display:flex align-items:center">
<h2>CoCreate-actions</h2>
</div>
Expand Down

0 comments on commit c7028a3

Please sign in to comment.