Newer
Older
dmpopidor / app / assets / stylesheets / blocks / _footers.scss
@Bodacious Bodacious on 19 Oct 2018 190 bytes Update asset structure with webpacker gem
/* For sticky footer */
#footer-navbar {
  margin-bottom: 0px;
  position: absolute;
  bottom: 0;
  width: 100%;
  border-radius:0px;
  ul {
    padding-right: $grid-gutter-width / 2;
  }
}