fix: nav bar size

This commit is contained in:
2025-04-21 23:57:00 -05:00
parent c4c3610714
commit 42007ac3b9
2 changed files with 8 additions and 4 deletions

View File

@@ -15,9 +15,13 @@
<body class="bg-neutral-700 flex flex-col">
<twig:Header />
<div class="flex flex-row mx-w-lg">
<twig:NavBar />
{% block body %}{% endblock %}
<div class="grid grid-cols-6">
<div class="col-span-1">
<twig:NavBar />
</div>
<div class="col-span-5">
{% block body %}{% endblock %}
</div>
</div>
</body>
</html>

View File

@@ -1,4 +1,4 @@
<nav {{ attributes }} class="flex w-64 h-screen flex-col justify-between bg-cyan-950">
<nav {{ attributes }} class="flex h-screen flex-col justify-between bg-cyan-950">
<div class="px-4 py-6">
<ul class="mt-6 space-y-1">
<li>