summaryrefslogtreecommitdiff
path: root/jthanio/static/css/jthanio.css
blob: 8c4b53140bfad6e6190108c2612f67242b7af366 (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
29
30
31
32
33
34
35
36
37
38
/* Blog post text and tag styling
-------------------------------------------------- */
.badge-light a {
  color: #000000;
  font-size: 14px;
}
.rich-text p {
  font-size: 15px;
  clear: right;
}

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

/* Image support
-------------------------------------------------- */
img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
}
/* We need a fix for right align images */
.richtext-image.right {
  float: right;
}