updated armor page styling

This commit is contained in:
Frederik Palmø 2022-03-24 18:16:19 +01:00
parent cad878d0c3
commit 9b87deb4e2
2 changed files with 3 additions and 9 deletions

View File

@ -156,24 +156,18 @@
</select>
</div>
<br>
<div>
<label for="select-chestpiece">Chestpiece</label>
<select type="text" id="select-chestpiece" name="locked-items" onchange="update()">
</select>
</div>
<br>
<div>
<label for="select-gauntlets">Gauntlets</label>
<select type=" text" id="select-gauntlets" name="locked-items" onchange="update()">
</select>
</div>
<br>
<div>
<label for="select-leggings">Leggings</label>
<select type="text" id="select-leggings" name="locked-items" onchange="update()">

View File

@ -302,17 +302,17 @@ button {
.select {
display: flex;
flex-flow: row wrap;
flex-flow: column nowrap;
justify-content: center;
width: 100%;
gap: 10px;
}
.select * {
text-align: center;
display: flex;
flex-grow: 1;
flex-basis: 20%;
flex-grow: 100%;
flex-flow: column nowrap;
}