diff --git a/static/style.css b/static/style.css index 4314d64..84f2a2e 100644 --- a/static/style.css +++ b/static/style.css @@ -16,7 +16,7 @@ table, tr, td { font-weight: bold; } -.article { +.flexbox { display: flex; } @@ -24,7 +24,7 @@ table, tr, td { background-color: #dfcba8; margin-left: calc(-50vw + 50%); margin-right: calc(-50vw + 50%); - margin-top:calc(-50vw + 50%); + margin-top: calc(-50vw + 50%); display: flex; align-items: center; padding-top: 5px; @@ -35,7 +35,7 @@ table, tr, td { background-color: #dfcba8; margin-left: calc(-50vw + 50%); margin-right: calc(-50vw + 50%); - margin-top:calc(-50vw + 50%); + margin-top: calc(-50vw + 50%); padding-top: 5px; padding-bottom: 5px; } diff --git a/templates/sauveteur.html b/templates/sauveteur.html index c869a42..fab59a9 100644 --- a/templates/sauveteur.html +++ b/templates/sauveteur.html @@ -2,6 +2,8 @@