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 %}