Skip to content

Commit 2d1fcc8

Browse files
committed
style: fix footer position
1 parent 710ae33 commit 2d1fcc8

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

app/application/template.hbs

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
<div class="bg-gray-50">
2-
{{outlet}}
3-
</div>
4-
1+
<div class="relative min-h-screen">
2+
{{outlet}}
53

6-
<footer class="footer bg-blue-100 text-center">
7-
Developed with 💙 and EmberJs by me
8-
</footer>
4+
<footer class="absolute bottom-0 bg-blue-100 p-2 w-full text-center">
5+
Developed with 💙 and EmberJs by me
6+
</footer>
7+
</div>

app/styles/app.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
body {
88
margin: 0px;
99
font-family: 'Roboto', sans-serif !important;
10+
@apply bg-gray-50;
1011
}
1112

1213
.flag {

0 commit comments

Comments
 (0)