Skip to content

Commit 2c9a054

Browse files
committed
fix: mobile too small
1 parent 9dff7fb commit 2c9a054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LinkDotNet.Blog.Web/Features/ShowBlogPost/ShowBlogPostPage.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ else
1919
AbsolutePreviewImageUrl="@OgDataImage"
2020
Description="@(Markdown.ToPlainText(BlogPost.ShortDescription))"
2121
Keywords="@Tags"></OgData>
22-
<div class="d-flex justify-content-center pt-2">
22+
<div class="d-flex justify-content-center pt-2 blog-outer-box">
2323
<div class="content blog-container">
2424
<div>
2525
<header class="text-center">

0 commit comments

Comments
 (0)