Browse Source

Update PostComponent.vue

Daniel Supernault 6 năm trước cách đây
mục cha
commit
f72201ebd3
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  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;