Merge branch 'main' of github.com:Kum1ta/PTME_Transcendence
This commit is contained in:
@ -193,7 +193,8 @@
|
|||||||
</div>
|
</div>
|
||||||
<span class="line"></span>
|
<span class="line"></span>
|
||||||
<p style="text-align: center; margin-bottom: 20px;">Tournament code</p>
|
<p style="text-align: center; margin-bottom: 20px;">Tournament code</p>
|
||||||
<input id="tournamentCode" class="search-input" type="text" placeholder="Enter the tournament code (empty to create one)">
|
<input id="tournamentCode" class="search-input" type="text" placeholder="Enter the tournament code (empty for create one)">
|
||||||
|
<span class="line" id="tournament-line2"></span>
|
||||||
</div>
|
</div>
|
||||||
<div class="skin-select">
|
<div class="skin-select">
|
||||||
<div class="barSelection" id="bar2">
|
<div class="barSelection" id="bar2">
|
||||||
|
@ -68,6 +68,7 @@ body {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
gap: 9vw;
|
gap: 9vw;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-select{
|
.skin-select{
|
||||||
@ -330,7 +331,7 @@ body {
|
|||||||
margin-block: 25px;
|
margin-block: 25px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
padding-inline: 50px;
|
padding-inline: 50px;
|
||||||
gap: 5rem;
|
gap: 2rem;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
inset-inline: 0;
|
inset-inline: 0;
|
||||||
|
@ -269,7 +269,6 @@
|
|||||||
|
|
||||||
#profil .profile-section {
|
#profil .profile-section {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#profil .profile-image {
|
#profil .profile-image {
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
height: 100vh;
|
height: 80vh;
|
||||||
font-family: "Poppins", sans-serif;
|
font-family: "Poppins", sans-serif;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
|
Reference in New Issue
Block a user