File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 20
20
<h1 >Recent Posts</h1 >
21
21
</div >
22
22
</header >
23
- <div class =" content px-4" >
23
+ <div class =" content px-4 my-2 " >
24
24
@for ( var i = 0 ; i < currentPage .Count ; i ++ )
25
25
{
26
26
<ShortBlogPost BlogPost =" currentPage[i]" UseAlternativeStyle =" @(i % 2 != 0)" ></ShortBlogPost >
Original file line number Diff line number Diff line change 1
1
@inject AppConfiguration configuration
2
2
@inject NavigationManager navigationManager
3
3
4
- <nav class =" navbar navbar-expand-lg position-absolute navbar-background inverted-colors" style =" width : 100% " >
4
+ <nav class =" navbar navbar-expand-lg position-absolute navbar-background inverted-colors navbar-dark " style =" width : 100% " >
5
5
<div class =" container-fluid" >
6
6
<a class =" nav-brand barcode ms-5" href =" #" >@configuration.BlogName </a >
7
7
<button class =" navbar-toggler" type =" button" data-bs-toggle =" collapse" data-bs-target =" #navbarSupportedContent" aria-controls =" navbarSupportedContent" aria-expanded =" false" aria-label =" Toggle navigation" >
You can’t perform that action at this time.
0 commit comments