- Add responsive :
     - Lobby page
     - Fix bug profil/login/settings'
This commit is contained in:
Mathis Degryck
2024-10-05 23:49:39 +02:00
parent 7f5cf36eb7
commit 667d5141dc
10 changed files with 190 additions and 22 deletions

View File

@ -302,20 +302,22 @@
#profil .history-card {
height: 150px;
align-items: center;
justify-content: center;
}
#profil .history-card #score-history {
font-size: 50px;
font-size: 30px;
}
#profil .profile-img-history {
width: 80px;
height: 80px;
width: 60px;
height: 60px;
}
#profil .profile-img-history img {
width: 75px;
height: 75px;
width: 55px;
height: 55px;
}
#profil .profile-img-history-enemy {
@ -350,4 +352,6 @@
height: 60px;
position: relative;
}
}