From fa9398db26535e263fdb3fc5d28276de11b78e68 Mon Sep 17 00:00:00 2001 From: Thomas Date: Mon, 9 Mar 2026 05:59:04 +0100 Subject: [PATCH] ajustement des decorations de text du footer et du style du contenu principal des pages --- static/style.css | 1 + templates/accomplissements.html | 19 ++++++++++--------- templates/objectifs.html | 19 ++++++++++--------- 3 files changed, 21 insertions(+), 18 deletions(-) diff --git a/static/style.css b/static/style.css index 1b26f90..ebe454c 100644 --- a/static/style.css +++ b/static/style.css @@ -10,6 +10,7 @@ blockquote{ .footer-text{ background-color: lightgrey; margin: 5px; + text-decoration: none; } .nav-list{ diff --git a/templates/accomplissements.html b/templates/accomplissements.html index 37970b9..e9a282f 100644 --- a/templates/accomplissements.html +++ b/templates/accomplissements.html @@ -1,13 +1,14 @@ {% extends "base.html" %} {% block content %} -

- {{section.title}} -

- - +
+

+ {{section.title}} +

+ +
{% endblock content %} diff --git a/templates/objectifs.html b/templates/objectifs.html index 5da93f8..f0d78ad 100644 --- a/templates/objectifs.html +++ b/templates/objectifs.html @@ -1,13 +1,14 @@ {% extends "base.html" %} {% block content %} -

- {{section.title}} -

- - +
+

+ {{section.title}} +

+ +
{% endblock content %}