summaryrefslogtreecommitdiff
path: root/resources/views/layouts/footer-style.blade.php
blob: e1f715ef0c569c19df9ca338a84ce60de79a7844 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 120px; 
}
.footer {
  position: absolute;
  bottom: 50;
  width: 100%;
  height: 70px; 
}