Use landing page template and perform minor UI updates on other pages (Still needs alot of work)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
{% block content %}
|
||||
|
||||
<div class="grid min-h-screen w-full lg:grid-cols-[280px_1fr]" data-id="1">
|
||||
<div class="hidden border-r bg-gray-100/40 lg:block dark:bg-gray-800/40" data-id="2">
|
||||
<div class="hidden border-r lg:block" data-id="2">
|
||||
<div class="flex h-full max-h-screen flex-col gap-2" data-id="3">
|
||||
<div class="flex h-[60px] items-center border-b px-6" data-id="4"><a
|
||||
class="flex items-center gap-2 font-semibold" data-id="5" href="#"><svg
|
||||
@@ -65,10 +65,10 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex flex-col" data-id="28">
|
||||
<header class="flex h-14 lg:h-[60px] items-center gap-4 border-b bg-gray-100/40 px-6 dark:bg-gray-800/40"
|
||||
data-id="29"><a class="lg:hidden" data-id="30" href="#"><svg xmlns="http://www.w3.org/2000/svg" width="24"
|
||||
height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
|
||||
stroke-linecap="round" stroke-linejoin="round" class="h-6 w-6" data-id="31">
|
||||
<header class="flex h-14 lg:h-[60px] items-center gap-4 border-b px-6" data-id="29"><a class="lg:hidden"
|
||||
data-id="30" href="#"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
|
||||
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
|
||||
class="h-6 w-6" data-id="31">
|
||||
<path d="m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16z"></path>
|
||||
</svg><span class="sr-only" data-id="32">Home</span></a>
|
||||
<div class="w-full flex-1" data-id="33">
|
||||
|
||||
Reference in New Issue
Block a user