diff --git a/resources/assets/js/components/PostComponent.vue b/resources/assets/js/components/PostComponent.vue index 7a507a678..97bc943d0 100644 --- a/resources/assets/js/components/PostComponent.vue +++ b/resources/assets/js/components/PostComponent.vue @@ -11,9 +11,11 @@ background: #fff; } -.postPresenterContainer { - background: #000; - min-height: 600px; +@media(min-width: 720px) { + .postPresenterContainer { + background: #000; + min-height: 600px; + } }