Add new PHP functions to retrieve game details and display them in the view

This commit is contained in:
2024-04-18 14:06:38 +02:00
parent 1ee5c9e7e4
commit 44809197cb
4 changed files with 120 additions and 2 deletions

View File

@@ -95,6 +95,13 @@ footer {
text-align: center;
}
.panneau_details_2 {
justify-content: center;
width: 100%;
overflow-y: auto;
text-align: center;
}
.panneau_details>div {
margin-right: 2%;
}