This commit is contained in:
Bubobubobubobubo
2023-08-20 16:35:20 +00:00
parent 8776db5130
commit bf6cf5ff9f
4 changed files with 8 additions and 8 deletions

View File

@@ -6,8 +6,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Topos</title>
<script type="module" crossorigin src="/assets/index-7eca8d74.js"></script>
<link rel="stylesheet" href="/assets/index-cf732fd6.css">
<script type="module" crossorigin src="/assets/index-893a71ba.js"></script>
<link rel="stylesheet" href="/assets/index-c77272de.css">
</head>
<style>
@@ -76,10 +76,10 @@
<div id="documentation" class="hidden">
<div id="documentation-page" class="flex flex-row">
<aside class="h-screen w-50 p-8 h-100 bg-neutral-900 text-white">
<nav class="space-y-8 text-xl">
<aside class="h-screen w-50 p-1 lg:p-8 h-100 bg-neutral-900 text-white">
<nav class="space-y-8 text-xl sm:text-lg">
<div class="space-y-2">
<h2 class="font-semibold dark:text-gray-400">Basics</h2>
<h2 class="font-semibold text-gray-400">Basics</h2>
<div class="flex flex-col">
<p rel="noopener noreferrer" id="docs_introduction" class="pl-2 pr-2 text-xl hover:bg-neutral-800 py-1 my-1 rounded-lg">Introduction </p>
<p rel="noopener noreferrer" id="docs_interface" class="pl-2 pr-2 text-xl hover:bg-neutral-800 py-1 my-1 rounded-lg">Interface</p>
@@ -100,7 +100,7 @@
</div>
</nav>
</aside>
<div id="documentation-content" class="h-screen mx-16 my-8 break-words overflow-y-scroll pb-32">
<div id="documentation-content" class="h-screen lg:mx-16 mx-2 lg:my-8 my-2 break-words overflow-y-scroll pb-32">
</div>
</div>
</div>