Skip to content

Commit 151af1b

Browse files
committed
slider width media query
1 parent 7fe6975 commit 151af1b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

styles/recorder.module.css

+7
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,10 @@
3131
top: 50%;
3232
transform: translateY(-50%);
3333
}
34+
35+
36+
@media screen and (max-width: 600px) {
37+
.slider{
38+
width: 100px;
39+
}
40+
}

0 commit comments

Comments
 (0)