Skip to content

Commit

Permalink
Use native bootstrap 5 css
Browse files Browse the repository at this point in the history
  • Loading branch information
linkdotnet committed Jun 21, 2024
1 parent e4b100d commit 6203fc0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ else
<div class="blog-inner-content">
<header class="text-center">
<h1 class="fw-bold">@BlogPost.Title</h1></header>
<div class="blogpost-metainformation d-flex flex-wrap gap-2">
<div class="text-dark-emphasis d-flex flex-wrap gap-2">
<div class="me-2">
<span class="date"></span>
<span class="ms-1">@BlogPost.UpdatedDate.ToString("dd/MM/yyyy")</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
padding: 20px;
}

.blogpost-metainformation {
color: var(--bs-nav-link-color);
}

.blogpost-tag:before {
font-family: 'icons';
font-weight: 900;
Expand Down

0 comments on commit 6203fc0

Please sign in to comment.