Skip to content

Commit 07d1dd0

Browse files
committed
modify layout
1 parent ff7d1a8 commit 07d1dd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<div class="container">
88
<div class="row justify-content-start">
99
<div class="col-12 col-md-7 col-lg-6 order-2 order-md-1">
10-
<h1> {{ page.title }} </h1>
10+
<h1 class="title"> {{ page.title }} </h1>
1111
{% if page.show_call_box %}
1212
{% include call.html show_button=true %}
1313
{% endif %}

0 commit comments

Comments
 (0)