inleft
2022-08-14 1cf6d9fb8cf2f10e302509f033d8d55b4e60712c
src/components/mini/box14-video.vue
@@ -271,27 +271,25 @@
      overflow: hidden;
   }
   @media screen and (max-width:1024px) {
   @media screen and (min-width:768px) {
      .gridClass {
         grid-template-columns: repeat(2, 1fr);
      }
   }
   @media screen and (max-width:767px) {
      .gridClass {
         grid-row-gap: 2rem;
         grid-column-gap: 0rem;
         grid-template-columns: repeat(1, 1fr);
         .entry-preview {
            display: block;
         }
         .thumbnail_box {
            min-width: 100%;
         }
      }
   }
   @media screen and (min-width:1025px) {
      .gridClass {
         grid-template-columns: repeat(2, 1fr);
      }
   }
</style>