about summary refs log tree commit diff
path: root/web/homepage/static/tazjin.css
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2020-02-09T00·31+0000
committerVincent Ambo <tazjin@google.com>2020-02-09T00·31+0000
commita791d5e35947bef05c7f61b900b7a6c6b5c18ac8 (patch)
tree63c63759dac5eef74b1dfea6b1abec25876fcb83 /web/homepage/static/tazjin.css
parent9d9e0889435a5dba5960d4da0b7d33fbe9bc721d (diff)
fix(web/homepage): Minor style fixes that were lost r/497
Diffstat (limited to '')
-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%;
+}