Fixed units selection bar bug

This commit is contained in:
Franklin 2023-05-23 14:43:31 -04:00
parent 0d785ffef2
commit 4336fe03b5
2 changed files with 3 additions and 1 deletions

View File

@ -13,4 +13,5 @@
gap: 30px;
padding: 20px;
margin-bottom: 16vh;
}

View File

@ -168,8 +168,9 @@ Divide the Details page into 3 main sections:
flex-direction: row;
justify-content: space-evenly;
align-items: center;
flex-wrap: wrap;
flex-flow: row wrap;
width: 100%;
gap: 20px;
}
.details-body-units-selection-container:hover {