Skip to content

Commit

Permalink
del: bg-base logic from index and metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
tm26a21p committed Jun 1, 2024
1 parent 2b6fffd commit 5e7173b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{% block title %}{{ base.title }}{% endblock %}

{% block content %}
<div class="hero min-h-screen bg-base-200">
<div class="hero min-h-screen">
<img class="fixed bottom-0" alt="wave design" src="/public/wave.svg" />
<p class="text-neutral-400 fixed top-2 right-2">version: {{version}}</p>
<div class="container mx-auto p-4 pt-6 md:p-6 lg:p-12 xl:p-20">
Expand Down
2 changes: 1 addition & 1 deletion templates/pages/metrics.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{% block title %}{{ base.title }}{% endblock %}

{% block content %}
<div class="flex justify-center w-full">
<div class="flex justify-center">
<div class="container p-16 flex justify-center">
{% include "components/stats.html" %}
</div>
Expand Down

0 comments on commit 5e7173b

Please sign in to comment.