Skip to content

Commit 076573e

Browse files
fix: made input range responsive in mobile view (#520)
1 parent 9d10792 commit 076573e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -545,6 +545,8 @@ input::placeholder {
545545
gap: 5px;
546546
}
547547
.circular-checkbox {
548+
display: flex;
549+
flex-shrink: 0;
548550
width: 20px;
549551
height: 20px;
550552
border-radius: 50%;
@@ -1334,8 +1336,6 @@ a {
13341336
@media screen and (max-width: 768px) {
13351337
.input-range-container {
13361338
display: flex;
1337-
flex-direction: row;
1338-
gap: 10px;
13391339
padding: 5px;
13401340
}
13411341
.track-input,

0 commit comments

Comments
 (0)