We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 710ae33 commit 2d1fcc8Copy full SHA for 2d1fcc8
app/application/template.hbs
@@ -1,8 +1,7 @@
1
-<div class="bg-gray-50">
2
- {{outlet}}
3
-</div>
4
-
+<div class="relative min-h-screen">
+ {{outlet}}
5
6
-<footer class="footer bg-blue-100 text-center">
7
- Developed with 💙 and EmberJs by me
8
-</footer>
+ <footer class="absolute bottom-0 bg-blue-100 p-2 w-full text-center">
+ Developed with 💙 and EmberJs by me
+ </footer>
+</div>
app/styles/app.css
@@ -7,6 +7,7 @@
body {
margin: 0px;
9
font-family: 'Roboto', sans-serif !important;
10
+ @apply bg-gray-50;
11
}
12
13
.flag {
0 commit comments