Skip to content

Commit 246f559

Browse files
fix: remove doubled horizontal padding from "get started" button
fixes: #2146
1 parent 69781ef commit 246f559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/index.html.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{{fluent "tagline" linebreak="<br class='dn db-ns'>"}}
88
</h2>
99
</div>
10-
<div class="w-30-l flex-column pl0-l pr0-l pl3 pr3">
10+
<div class="w-30-l flex-column pl0-l pr0-l">
1111
<a class="button button-download ph4 mt0 w-100" href="{{baseurl}}/learn/get-started">
1212
{{fluent "get-started"}}
1313
</a>

0 commit comments

Comments
 (0)