Skip to content

Commit b287317

Browse files
fixed css-loader media query
1 parent 1a88f0a commit b287317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-loader/button.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
top: 2px;
2121
}
2222

23-
@media (max-width: 480px {
23+
@media (max-width: 480px) {
2424
.button {
2525
width: 160px
2626
}

0 commit comments

Comments
 (0)