Browse Source

Update PostComponent.vue

Daniel Supernault 6 years ago
parent
commit
befed118ea
1 changed files with 1 additions and 4 deletions
  1. 1 4
      resources/assets/js/components/PostComponent.vue

+ 1 - 4
resources/assets/js/components/PostComponent.vue

@@ -5,10 +5,6 @@
   overflow-y: scroll;
 }
 
-.postPresenterContainer {
-  background: #000;
-}
-
 .status-comments,
 .reactions,
 .col-md-4 {
@@ -16,6 +12,7 @@
 }
 
 .postPresenterContainer {
+  background: #000;
   min-height: 600px;
 }
 </style>