Skip to content

Commit c7028a3

Browse files
committed
fix: docs
1 parent 04f6c3d commit c7028a3

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

docs/index.html

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<link
2525
rel="stylesheet"
26-
href="../index.css"
26+
href="../../index.css"
2727
array="files"
2828
object="60888216117c640e7596303f"
2929
key="src"
@@ -33,15 +33,14 @@
3333
</head>
3434

3535
<body>
36-
<!-- Navbar -->
36+
<!-- Navbar -->
3737
<nav
38-
class="width:100% display:flex align-items:center background:transparent padding-top:10px padding-bottom:10px"
3938
content_id="content"
40-
scroll="sticky-nav,"
39+
scroll="sticky-nav, hide"
4140
scroll-up="5"
4241
scroll-down="5"
43-
path="../"
44-
src="../components/navbar.html"></nav>
42+
path="../../"
43+
src="../../components/navbar.html"></nav>
4544
<sidenav
4645
id="menuL"
4746
class="position:fixed top:0px left:0px overflow:hidden background:whitesmoke height:100vh width:0px width:300px@xl"
@@ -55,12 +54,9 @@
5554
key="src"></menu>
5655
<div resize="right"></div>
5756
</sidenav>
58-
<main
59-
class="padding-top:15px padding:15px@lg@xl"
60-
content_id="content"
61-
id="cocreate-actions">
57+
<main content_id="content" id="cocreate-actions">
6258
<div
63-
class="display:flex flex-wrap:wrap justify-content:space-between position:relative margin:10px">
59+
class="display:flex flex-wrap:wrap justify-content:space-between position:relative margin:10px padding-top:70px">
6460
<div class="display:flex align-items:center">
6561
<h2>CoCreate-actions</h2>
6662
</div>

0 commit comments

Comments
 (0)