summaryrefslogtreecommitdiff
path: root/jthanio/static/css/jthanio.css
diff options
context:
space:
mode:
Diffstat (limited to 'jthanio/static/css/jthanio.css')
-rw-r--r--jthanio/static/css/jthanio.css18
1 files changed, 16 insertions, 2 deletions
diff --git a/jthanio/static/css/jthanio.css b/jthanio/static/css/jthanio.css
index f2f6b61..8c4b531 100644
--- a/jthanio/static/css/jthanio.css
+++ b/jthanio/static/css/jthanio.css
@@ -1,15 +1,16 @@
+/* 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;
}
@@ -22,3 +23,16 @@
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;
+}