Skip to content

Commit

Permalink
Merge pull request ayush-that#2587 from PrityanshuSingh/fixes/BlogCard
Browse files Browse the repository at this point in the history
Fix: Ensure Consistent UI for Blog Post Cards
  • Loading branch information
sampadatiwari30 authored Nov 2, 2024
2 parents 4cb1e2c + 0c41d2e commit 8b0295f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1626,7 +1626,7 @@ <h3 class="title" style="color: #2f6be5;"><span></span> Blog Posts</h3>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-md-7">
<div class="col-lg-4 col-md-7 py-4 px-2">
<div class="single-blog mt-30 wow fadeIn" data-wow-duration="1s" data-wow-delay="0.2s">
<div class="blog-image">
<a href="./blogs/how-to-deal-with-unknown-risks-in-life-and-investing.html">
Expand All @@ -1645,7 +1645,7 @@ <h3 class="title" style="color: #2f6be5;"><span></span> Blog Posts</h3>
</div>
</div>
</div>
<div class="col-lg-4 col-md-7">
<div class="col-lg-4 col-md-7 py-4 px-2">
<div class="single-blog mt-30 wow fadeIn" data-wow-duration="1s" data-wow-delay="0.5s">
<div class="blog-image">
<a href="./blogs/how-to-10x-your-generational-wealth.html">
Expand All @@ -1660,7 +1660,7 @@ <h3 class="title" style="color: #2f6be5;"><span></span> Blog Posts</h3>
</div>
</div>
</div>
<div class="col-lg-4 col-md-7">
<div class="col-lg-4 col-md-7 py-4 px-2">
<div class="single-blog mt-30 wow fadeIn" data-wow-duration="1s" data-wow-delay="0.5s">
<div class="blog-image">
<a href="./blogs/invest-minimal.html">
Expand All @@ -1679,7 +1679,7 @@ <h3 class="title" style="color: #2f6be5;"><span></span> Blog Posts</h3>
</div>
</div>
</div>
<div class="col-lg-4 col-md-7">
<div class="col-lg-4 col-md-7 py-4 px-2">
<div class="single-blog mt-30 wow fadeIn" data-wow-duration="1s" data-wow-delay="0.5s">
<div class="blog-image">
<a href="./blogs/Pocketmoney.html">
Expand All @@ -1696,7 +1696,7 @@ <h3 class="title" style="color: #2f6be5;"><span></span> Blog Posts</h3>
</div>
</div>
</div>
<div class="col-lg-4 col-md-7">
<div class="col-lg-4 col-md-7 py-4 px-2">
<div class="single-blog mt-30 wow fadeIn" data-wow-duration="1s" data-wow-delay="0.5s">
<div class="blog-image">
<a href="./blogs/senior.html">
Expand All @@ -1713,7 +1713,7 @@ <h3 class="title" style="color: #2f6be5;"><span></span> Blog Posts</h3>
</div>
</div>
</div>
<div class="col-lg-4 col-md-7">
<div class="col-lg-4 col-md-7 py-4 px-2">
<div class="single-blog mt-30 wow fadeIn" data-wow-duration="1s" data-wow-delay="0.5s">
<div class="blog-image">
<a href="./blogs/why-investing-in-stocks-is-better-than-fixed-deposit.html">
Expand All @@ -1730,7 +1730,7 @@ <h3 class="title" style="color: #2f6be5;"><span></span> Blog Posts</h3>
</div>
</div>
</div>
<div class="col-lg-4 col-md-7">
<div class="col-lg-4 col-md-7 py-4 px-2">
<div class="single-blog mt-30 wow fadeIn" data-wow-duration="1s" data-wow-delay="0.5s">
<div class="blog-image">
<a href="/blogs/starup.html">
Expand All @@ -1747,7 +1747,7 @@ <h3 class="title" style="color: #2f6be5;"><span></span> Blog Posts</h3>
</div>
</div>
</div>
<div class="col-lg-4 col-md-7">
<div class="col-lg-4 col-md-7 py-4 px-2">
<div class="single-blog mt-30 wow fadeIn" data-wow-duration="1s" data-wow-delay="0.5s">
<div class="blog-image">
<a href="./blogs/how-fintech-is-revolutionizing-small-business-lending.html">
Expand All @@ -1764,7 +1764,7 @@ <h3 class="title" style="color: #2f6be5;"><span></span> Blog Posts</h3>
</div>
</div>
</div>
<div class="col-lg-4 col-md-7">
<div class="col-lg-4 col-md-7 py-4 px-2">
<div class="single-blog mt-30 wow fadeIn" data-wow-duration="1s" data-wow-delay="0.5s">
<div class="blog-image">
<a href="./blogs/economic-trends-and-analysis.html">
Expand Down

0 comments on commit 8b0295f

Please sign in to comment.