Skip to content

Commit 61d4a2c

Browse files
author
DIVYAM TAYAL
authored
Update footer-main.hbs
1 parent 2c7a7f6 commit 61d4a2c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

app/templates/components/footer-main.hbs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<div class="mb-12">
2-
<div class="ui {{if this.device.isMobile 'center aligned container' 'grid'}}">
1+
<div class="ui {{if this.device.isMobile 'center aligned container' 'grid'}} mb-8">
32
{{#if (eq this.device.isMobile false)}}
43
<div class="three wide column"></div>
54
{{/if}}
@@ -138,4 +137,3 @@
138137
<div class="three wide column"></div>
139138
{{/if}}
140139
</div>
141-
</div>

0 commit comments

Comments
 (0)