Skip to content

Commit

Permalink
UX: Force columns on responsive design
Browse files Browse the repository at this point in the history
  • Loading branch information
linkdotnet committed Jun 24, 2024
1 parent 882e050 commit 646e213
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<div class="row p-4">
@foreach (var relatedBlogPost in similarBlogPosts)
{
<div class="col pt-2">
<div class="col-12 col-md-4 pt-2">
<div class="card h-100">
<div class="card-body">
<h5 class="card-title fw-bold">@relatedBlogPost.Title</h5>
Expand Down

0 comments on commit 646e213

Please sign in to comment.