[FIX] test options styling

This commit is contained in:
2022-01-30 16:56:37 +00:00
parent 1e9b5a88df
commit 98491163fa
4 changed files with 47 additions and 35 deletions

View File

@@ -29,6 +29,15 @@
width: 26px;
}
.test-options-container {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
column-gap: 32px;
flex-wrap: wrap;
}
@media screen and (max-width: 500px) {
.slider-overlay-content {