|
@@ -1,4 +1,4 @@
|
|
|
<!-- Simple button to come back to project list -->
|
|
|
-<div style="display: flex; justify-content: center">
|
|
|
- <a href="../projets.php" type="button" class="btn btn-outline-success btn-lg">Retour projets</a>
|
|
|
+<div class="button-container">
|
|
|
+ <a href="../projets.php" type="button" class="btn btn-outline-success btn-lg back-button">Retour projets</a>
|
|
|
</div>
|