/* Ember supports plain CSS out of the box. More info: https://cli.emberjs.com/release/advanced-use/stylesheets/ */

div.wrapper {
  min-height: 100vh;
  position: relative;
  padding-bottom: 30px;
}

div.wrapper > footer {
  position: absolute;
  bottom: 0;
  right: 10px;
}
