fix: gradient bg
This commit is contained in:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user