Skip to content

Commit 164d6c2

Browse files
committed
fix: changed name of region and minor space detail
1 parent a27c8d8 commit 164d6c2

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ else if (BlogPost is not null)
4242
</OgData>
4343

4444
<div class="d-flex justify-content-center pt-2">
45-
<div class="bg-body w-100 px-3 px-md-4 px-lg-5 py-4 shadow rounded"
46-
style="max-width: 90%;">
45+
<div class="bg-body w-100 px-3 px-md-4 px-lg-5 py-4 shadow rounded" style="max-width: 90%;">
4746
<div>
4847
<header class="text-center">
4948
<h1 class="fw-bold">@BlogPost.Title</h1>

src/LinkDotNet.Blog.Web/wwwroot/css/basic.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ i {
518518
}
519519
/*#endregion */
520520

521-
/*#region ReadingIndicator */
521+
/*#region Blog */
522522
.progress-circle {
523523
width: 50px;
524524
height: 50px;
@@ -548,4 +548,4 @@ i {
548548
.visible {
549549
opacity: 1 !important;
550550
}
551-
/*#endregion */
551+
/*#endregion */

0 commit comments

Comments
 (0)