template_app/assets/stylesheets/application.css.scss in deano-1.0.0 vs template_app/assets/stylesheets/application.css.scss in deano-1.1.0

- old
+ new

@@ -1,3 +1,11 @@ body { padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */ -} \ No newline at end of file +} + +#footer { + position: fixed; + bottom: 0px; + height: 60px; + background-color: #f5f5f5; + width: 100%; +}