summaryrefslogtreecommitdiff
path: root/jthanio/static/css/jthanio.css
blob: a133c9debf1394d3039932e846e5a462f698893d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.badge-light a {
  color: #000000;
  font-size: 14px;
}
.rich-text p {
  font-size: 15px;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
.footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
}