From 3e75817b9e8ccbe9cc125b4229ff7226bbb84c1d Mon Sep 17 00:00:00 2001 From: Ahhj93 <69793084+Ahhj93@users.noreply.github.com> Date: Sat, 3 Jun 2023 14:45:39 +0200 Subject: [PATCH 1/2] :wrench: Changement nom balise css --- main.py | 4 ++-- static/css/style.css | 14 +++++++------- static/html/404.html | 34 ++++++++++++++++++---------------- static/html/contact.html | 34 ++++++++++++++++++---------------- static/html/mentions.html | 26 ++++++++++++++------------ template/accueil.tpl | 29 ++++++++++++----------------- template/chercheRecettes.tpl | 32 +++++++++++++++++--------------- template/famille.tpl | 24 +++++++++++++----------- template/recette.tpl | 33 ++++++++++++++++++--------------- 9 files changed, 119 insertions(+), 111 deletions(-) diff --git a/main.py b/main.py index ed5d185..63d0f34 100644 --- a/main.py +++ b/main.py @@ -317,5 +317,5 @@ def server_static_css(filepath): return static_file(filepath, root='static/css/') -run(host='0.0.0.0', port=80) -# run(host='localhost', port=8080, debug=True) +#run(host='0.0.0.0', port=80) +run(host='localhost', port=8080, debug=True) diff --git a/static/css/style.css b/static/css/style.css index 9bd645d..7f08ff1 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -46,15 +46,15 @@ header img:hover { transition: all 0.2s ease-in; } -.main-content { +main { flex-grow: 1; } -.main-content h1 { +main h1 { margin: 0; } -.main-content h2 { +main h2 { margin: 0; } @@ -363,7 +363,7 @@ footer .liens { /* Fils d'ariane */ -.fils { +nav { font-size: 16px; margin-left: 10px; padding: 15px; @@ -371,16 +371,16 @@ footer .liens { text-decoration: none; } -.fils a { +nav a { color: #bbb; text-decoration: none; } -.fils a:hover { +nav a:hover { text-decoration: underline; } -.fils span { +nav span { color: #bbb; } diff --git a/static/html/404.html b/static/html/404.html index e5ecc73..000a4dd 100644 --- a/static/html/404.html +++ b/static/html/404.html @@ -18,20 +18,20 @@
- - Logo Marmit@ - -
+ + Logo Marmit@ + +
-