We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec1daf9 commit c60db26Copy full SHA for c60db26
_includes/post.html
@@ -1,5 +1,5 @@
1
<div class="blog__post">
2
- <h6>{{ post.date | date: '%B %-d, %Y' }}</h6>
+ <p>{{ post.date | date: '%B %-d, %Y' }}</p>
3
4
<dl>
5
<dt><a href="{{ post.url }}">{{ post.title | strip_html }}</a></dt>
_sass/modules/_blog.scss
@@ -31,7 +31,7 @@
31
border-top: 3px solid rgba($color-black, 0.1);
32
padding-top: 30px;
33
34
- h6 {
+ p {
35
font-size: 21px;
36
font-weight: 600;
37
letter-spacing: -0.006em;
@@ -44,7 +44,7 @@
44
margin-bottom: -6px;
45
margin-top: 1px;
46
47
- dt {
+ h3 {
48
49
color: $color-black;
50
font-size: 31px;
@@ -117,7 +117,7 @@
117
gap: 30px;
118
padding-top: 40px;
119
120
121
flex: 1;
122
margin-top: -1px;
123
}
0 commit comments