Browse Source

feat(markup): увеличена высота блоков в разделе "новости"

horanchikk 4 months ago
parent
commit
765f01253e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      components/Wall/Post.vue

+ 1 - 1
components/Wall/Post.vue

@@ -3,7 +3,7 @@
     <img
       :src="$props.image"
       :alt="'Возникла проблема с загрузкой фото, попробуйте позже.'"
-      class="h-[170px] object-cover object-center"
+      class="h-[250px] object-cover object-center"
     >
     <div class="px-2 leading-none text-xl font-semibold">
       {{ $props.title }}