summaryrefslogtreecommitdiff
path: root/jthanio/static/css/jthanio.css
blob: f2f6b61ea6a2d36e1fd986014c162c6bdbc97b35 (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
.badge-light a {
  color: #000000;
  font-size: 14px;
}
.rich-text p {
  font-size: 15px;
}

/* Sticky footer styles
-------------------------------------------------- */


#page-content {
  min-height: 100vh;
}

.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 */
}