fix: gradient bg

This commit is contained in:
2025-05-15 23:39:51 -05:00
parent 5d5d66bd79
commit 2c31485964

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html class="bg-gradient-to-r from-neutral-700 to-stone-600">
<head>
<meta charset="UTF-8">
<title>{% block title %}Welcome!{% endblock %}</title>
@@ -12,7 +12,7 @@
{% block importmap %}{{ importmap('app') }}{% endblock %}
{% endblock %}
</head>
<body class="bg-neutral-700 flex flex-col">
<body class="flex flex-col">
<div class="grid grid-cols-6">
<div class="col-span-1 h-screen">
<twig:NavBar />