- fix english
    - add pfp on scoreboard
This commit is contained in:
Kum1ta
2024-10-08 20:10:08 +02:00
parent 7401ea3c17
commit e343fd57a3
11 changed files with 105 additions and 49 deletions

View File

@ -6,7 +6,7 @@
/* By: edbernar <edbernar@student.42angouleme. +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/08/20 11:23:41 by edbernar #+# #+# */
/* Updated: 2024/10/05 02:14:49 by edbernar ### ########.fr */
/* Updated: 2024/10/08 19:48:26 by edbernar ### ########.fr */
/* */
/* ************************************************************************** */
@ -264,4 +264,11 @@ body {
padding: 0;
color: white;
background-color: rgba(0, 0, 0, 0.367);
}
.imgScoreBoard {
width: 100%;
height: 100%;
object-fit: cover;
object-position: 50% 50%;
}