Skip to content

Commit

Permalink
changed the height for the forst image and transition timing
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-ashish-k committed Nov 23, 2023
1 parent 265fce3 commit 58c52d8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
@click="openBlog(blog.link, 'tap_flutter_app_blog_section')"
v-for="blog in blogs.slice(0, 1)"
:key="blog"
class="content group relative flex basis-[90%]"
class="content group relative flex basis-full"
>
<img
:src="blog.image[2]"
Expand All @@ -70,7 +70,7 @@
</div>
</div>
</div>
<div class="flex flex-col space-y-5 basis-[45%]">
<div class="flex flex-col space-y-5 basis-[49%]">
<div
class="cursor-pointer group content relative"
v-for="blog in blogs.slice(1, 3)"
Expand Down

0 comments on commit 58c52d8

Please sign in to comment.