about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--web/homepage/static/tazjin.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/web/homepage/static/tazjin.css b/web/homepage/static/tazjin.css
index bedb9f2617..7175a36df1 100644
--- a/web/homepage/static/tazjin.css
+++ b/web/homepage/static/tazjin.css
@@ -126,8 +126,16 @@ h1, h2, h3 {
     display: inline;
 }
 
+.lod {
+    text-align: center;
+}
+
 pre {
     min-width: 100%;
     /* some code snippets escape to the side, but I don't want to wrap them */
     width: max-content;
 }
+
+img {
+    max-width: 100%;
+}