Correction width 100%

This commit is contained in:
2025-01-28 21:47:11 +01:00
parent 9f450fc72d
commit 6f35e80bc2
3 changed files with 26 additions and 25 deletions

View File

@ -1,9 +1,9 @@
{% extends 'base.html.twig' %}
{% block title %}BookNest{% endblock %}
{% block body %}
<div class="w-100">
<h1 class="border text-center font-bold text-3xl text-red-700 ">Bienvenue sur BookNest 📚</h1>
</div>
{% block title %}BookNest
{% endblock %}
{% block body %}
<div class="w-full">
<h1 class="border text-center font-bold text-3xl text-red-700 w-full">Bienvenue sur BookNest 📚</h1>
</div>
{% endblock %}