소스 검색

Update PostComponent.vue

Daniel Supernault 6 년 전
부모
커밋
f72201ebd3
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      resources/assets/js/components/PostComponent.vue

+ 5 - 0
resources/assets/js/components/PostComponent.vue

@@ -390,6 +390,11 @@
   .postPresenterContainer {
     background: #fff;
   }
+  @media(min-width: 720px) {  
+    .postPresenterContainer { 
+      min-height: 600px;  
+    } 
+  }
   ::-webkit-scrollbar {
       width: 0px;
       background: transparent;