Browse Source

Update PostComponent.vue

Daniel Supernault 6 years ago
parent
commit
f72201ebd3
1 changed files with 5 additions and 0 deletions
  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;