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

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

#page-content {
  min-height: 100vh;
  margin-bottom: 60px;
}

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