fix: style tweaks
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
{% block title %}Getting Started — Torsearch{% endblock %}
|
{% block title %}Getting Started — Torsearch{% endblock %}
|
||||||
|
|
||||||
{% block body %}
|
{% block body %}
|
||||||
<div class="flex flex-col bg-orange-500/50 p-4 rounded-lg gap-4 min-w-96 border-orange-500 border-2 text-gray-50">
|
<div class="flex flex-col bg-orange-500/50 p-4 rounded-lg gap-4 w-full md:w-[420px] border-orange-500 border-2 text-gray-50">
|
||||||
<h2 class="text-2xl text-bold text-center text-gray-50">Getting Started</h2>
|
<h2 class="text-2xl text-bold text-center text-gray-50">Getting Started</h2>
|
||||||
<p class="mb-2">Let's get started by creating your first User.</p>
|
<p class="mb-2">Let's get started by creating your first User.</p>
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{% extends 'bare.html.twig' %}
|
{% extends 'bare.html.twig' %}
|
||||||
|
|
||||||
{% block title %}Password Reset Email Sent{% endblock %}
|
{% block title %}Password Reset Email Sent — Torsearch{% endblock %}
|
||||||
|
|
||||||
{% block body %}
|
{% block body %}
|
||||||
<div class="flex flex-col bg-orange-500/50 p-4 rounded-lg gap-4 w-full md:w-[420px] border-orange-500 border-2 text-gray-50">
|
<div class="flex flex-col bg-orange-500/50 p-4 rounded-lg gap-4 w-full md:w-[420px] border-orange-500 border-2 text-gray-50">
|
||||||
|
|||||||
Reference in New Issue
Block a user