Skip to content

Commit

Permalink
Remove unused CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
linkdotnet committed Jun 26, 2024
1 parent 87a9e0c commit 2a92210
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,3 @@
padding-left: 25px;
}
}

.admin-action {
padding-top: 10px;
}
8 changes: 0 additions & 8 deletions src/LinkDotNet.Blog.Web/Features/Home/Index.razor.css

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ else
}
</div>

<div class="admin-action">
<div class="pt-2">
<BlogPostAdminActions BlogPostId="@BlogPostId"></BlogPostAdminActions>
</div>

Expand Down

0 comments on commit 2a92210

Please sign in to comment.