- Fix some bugs on all responsive front
This commit is contained in:
Mathis Degryck
2024-10-08 19:23:09 +02:00
parent 7401ea3c17
commit 2853c771a9
4 changed files with 5 additions and 4 deletions

View File

@ -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">

View File

@ -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;

View File

@ -269,7 +269,6 @@
#profil .profile-section {
flex-direction: column;
}
#profil .profile-image {

View File

@ -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;