Skip to content

Commit b3a8358

Browse files
committed
linting
1 parent 96122bb commit b3a8358

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

assets/scss/components/_article-question.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
max-width: 65rem;
2323
margin: 0 auto;
2424
height: fit-content;
25-
padding: 2.5rem;
25+
padding: 2.5rem;
2626
}
2727

2828
&__title {

assets/scss/components/_faq-question.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
max-width: 65rem;
2222
margin: 0 auto;
2323
height: fit-content;
24-
padding: 2.5rem;
24+
padding: 2.5rem;
2525
}
2626

2727
&__title {
2828
font-size: 2.5rem;
2929
font-weight: 700;
30-
height: fit-content;
30+
height: fit-content;
3131
}
3232

3333
&__contributors {

layouts/_default/article-question.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ <h1 class="article-question__title">{{ .Title }}</h1>
2828
{{ end }}
2929
</span>
3030
</div>
31-
{{ end }}
31+
{{ end }}
3232
<div style="height: 0.2rem"></div>
3333
<div class="article-question__related-content">
3434
{{ partial "resources-related-content.html" . }}

layouts/_default/faq-question.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ <h1 class="faq-question__title">{{ title .Title }}</h1>
4949
{{ end }}
5050
</div>
5151
{{ end }}
52-
{{ end }}
52+
{{ end }}
5353
</div>
5454
</div>
5555
{{ end }}

0 commit comments

Comments
 (0)