Skip to content

Commit feefa1b

Browse files
committed
fix: media-query lady-image
1 parent d0140ff commit feefa1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

092-music streaming service/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ body {
409409
}
410410
}
411411

412-
@media (max-width: 992px) and (max-height: 500px) {
412+
@media (max-height: 500px) {
413413
.hero-section .lady-image {
414414
display: none;
415415
}

0 commit comments

Comments
 (0)