Skip to content

Commit

Permalink
style: fix footer position
Browse files Browse the repository at this point in the history
  • Loading branch information
Valgueiro committed May 22, 2021
1 parent 710ae33 commit 2d1fcc8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
13 changes: 6 additions & 7 deletions app/application/template.hbs
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<div class="bg-gray-50">
{{outlet}}
</div>

<div class="relative min-h-screen">
{{outlet}}

<footer class="footer bg-blue-100 text-center">
Developed with 💙 and EmberJs by me
</footer>
<footer class="absolute bottom-0 bg-blue-100 p-2 w-full text-center">
Developed with 💙 and EmberJs by me
</footer>
</div>
1 change: 1 addition & 0 deletions app/styles/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
body {
margin: 0px;
font-family: 'Roboto', sans-serif !important;
@apply bg-gray-50;
}

.flag {
Expand Down

0 comments on commit 2d1fcc8

Please sign in to comment.