aboutsummaryrefslogtreecommitdiff
path: root/app/static/css/styles.css
blob: 76f93caa5b696b49491f796597f94ac28885ada2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
:root {

}

html {
    position: relative;
    min-height: 100%;
}

body {
  margin-bottom: 60px; /* Margin bottom by footer height */
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #f5f5f5;
}