Skip to content

Commit

Permalink
inventing new css class to use later
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed Jun 20, 2023
1 parent bfc1f13 commit a8cd042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/admin/dashboard.html.twig
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% extends 'base.html.twig' %}

{% block body %}
<div class="px-4">
<div class="admin-wrapper">
<h1 class="text-xl font-bold">Admin Dashboard</h1>

<div class="my-5 bg-gradient-to-r from-cyan-500 to-blue-500 rounded h-64"></div>
Expand Down

0 comments on commit a8cd042

Please sign in to comment.