Skip to content

Commit ab6319e

Browse files
authored
Update SortingVisualizer.css
1 parent 33d2cf2 commit ab6319e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/Visualizer/SortingVisualizer.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,12 @@ p{
117117
}
118118
}
119119

120+
@media only screen and (max-width: 400px) {
121+
p{
122+
display: hidden;
123+
}
124+
}
125+
120126

121127
@media only screen and (min-width: 650px) and (max-width: 1200px) {
122128
.bar{
@@ -128,4 +134,4 @@ p{
128134
.bar{
129135
width: 2.6px;
130136
}
131-
}
137+
}

0 commit comments

Comments
 (0)