File tree Expand file tree Collapse file tree 3 files changed +4
-12
lines changed
src/LinkDotNet.Blog.Web/Features/Home Expand file tree Collapse file tree 3 files changed +4
-12
lines changed Original file line number Diff line number Diff line change 5
5
<div class =" position-relative min-vh-100" >
6
6
<NavMenu />
7
7
8
- <main class =" py-5 " >
8
+ <main class =" py-3 " >
9
9
@Body
10
10
</main >
11
11
<Footer ></Footer >
Original file line number Diff line number Diff line change 14
14
<OgData Title =" @(Markdown.ToPlainText(AppConfiguration.BlogName))"
15
15
AbsolutePreviewImageUrl =" @ImageUrl"
16
16
Description =" @(Markdown.ToPlainText(AppConfiguration.Introduction.Description))" ></OgData >
17
- <section class = " introduction " >
17
+ <section >
18
18
<IntroductionCard ></IntroductionCard >
19
19
</section >
20
20
21
21
<section >
22
22
<header >
23
- <div class =" recent-posts " >
24
- <h1 >Recent Posts</h1 >
23
+ <div class =" text-center pt-2 " >
24
+ <h1 class = " m-auto align-middle pt-4 pb-3 " >Recent Posts</h1 >
25
25
</div >
26
26
</header >
27
27
<div class =" content px-4 my-2" >
Original file line number Diff line number Diff line change 6
6
.recent-posts {
7
7
text-align : center;
8
8
padding-top : 10px ;
9
- }
10
-
11
- .recent-posts h1 {
12
- font-size : 2.5em ;
13
- vertical-align : middle;
14
- margin : auto;
15
- padding-top : 75px ;
16
- padding-bottom : 20px ;
17
9
}
You can’t perform that action at this time.
0 commit comments