Update class name and center align list title
This commit is contained in:
@@ -6,9 +6,9 @@
|
|||||||
{{- partial "header.html" . -}}
|
{{- partial "header.html" . -}}
|
||||||
<main id="content">
|
<main id="content">
|
||||||
|
|
||||||
<div class="container all-posts">
|
<div class="container list-posts">
|
||||||
|
|
||||||
<h2 class="all-posts-title">All Posts</h2>
|
<h2 class="list-title">All Posts</h2>
|
||||||
|
|
||||||
<h2 class="posts-year">2021</h2>
|
<h2 class="posts-year">2021</h2>
|
||||||
<h4 class="posts-month">March</h4>
|
<h4 class="posts-month">March</h4>
|
||||||
|
|||||||
@@ -128,15 +128,15 @@ html {
|
|||||||
margin-top: 50px;
|
margin-top: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.all-posts .all-posts-title {
|
.list-posts .list-posts-title {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
.all-posts .posts-year {
|
.list-posts .posts-year {
|
||||||
margin-top: 40px;
|
margin-top: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.all-posts .post-title {
|
.list-posts .post-title {
|
||||||
margin: 10px 0;
|
margin: 10px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user