Site :
- Fix some bugs on all responsive front
This commit is contained in:
@ -193,7 +193,8 @@
|
||||
</div>
|
||||
<span class="line"></span>
|
||||
<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 class="skin-select">
|
||||
<div class="barSelection" id="bar2">
|
||||
|
@ -68,6 +68,7 @@ body {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
gap: 9vw;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.skin-select{
|
||||
@ -330,7 +331,7 @@ body {
|
||||
margin-block: 25px;
|
||||
padding: 0;
|
||||
padding-inline: 50px;
|
||||
gap: 5rem;
|
||||
gap: 2rem;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
inset-inline: 0;
|
||||
|
@ -269,7 +269,6 @@
|
||||
|
||||
#profil .profile-section {
|
||||
flex-direction: column;
|
||||
|
||||
}
|
||||
|
||||
#profil .profile-image {
|
||||
|
@ -4,7 +4,7 @@
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
height: 100vh;
|
||||
height: 80vh;
|
||||
font-family: "Poppins", sans-serif;
|
||||
font-weight: 500;
|
||||
font-style: normal;
|
||||
|
Reference in New Issue
Block a user