We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea01054 commit d0140ffCopy full SHA for d0140ff
092-music streaming service/style.css
@@ -378,12 +378,6 @@ body {
378
text-align: center;
379
}
380
381
- @media (max-height: 500px) {
382
- .hero-section .lady-image {
383
- display: none;
384
- }
385
386
-
387
.discover-section {
388
flex-direction: column;
389
justify-content: center;
@@ -414,3 +408,9 @@ body {
414
408
margin: 2rem 0;
415
409
416
410
411
+
412
+@media (max-width: 992px) and (max-height: 500px) {
413
+ .hero-section .lady-image {
+ display: none;
+ }
+}
0 commit comments