Skip to content

Commit ad89f20

Browse files
authored
Merge pull request #2151 from iusx/master
fix(i18n): home page footer layout overflow error
2 parents ebb71c7 + 1d020cc commit ad89f20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/components/footer.html.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<footer>
22
<div class="w-100 mw-none ph3 mw8-m mw9-l center f3">
3-
<div class="flex flex-column flex-row-ns pv0-l">
3+
<div class="flex flex-column flex-row-l pv0-l">
44
<div class="flex flex-column mw8 w-100 measure-wide-l pv2 pv5-m pv2-ns ph4-m ph4-l" id="get-help">
55
<h4>{{fluent "footer-get-help"}}</h4>
66
<ul>

0 commit comments

Comments
 (0)