summaryrefslogtreecommitdiff
path: root/themes/beautifulhugo/static/css/main-minimal.css
blob: 6baca797071b482a6122a23f49f7f7c541f715c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.main-content {
  padding-bottom: 50px;
}

footer.footer-min {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 3px;
  background-color: #f5f5f5;
  border-top: 1px solid #eeeeee;
  text-align: center;
}