diff options
author | Vincent Ambo <tazjin@google.com> | 2020-02-09T00·31+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-02-09T00·31+0000 |
commit | a791d5e35947bef05c7f61b900b7a6c6b5c18ac8 (patch) | |
tree | 63c63759dac5eef74b1dfea6b1abec25876fcb83 /web/homepage | |
parent | 9d9e0889435a5dba5960d4da0b7d33fbe9bc721d (diff) |
fix(web/homepage): Minor style fixes that were lost r/497
Diffstat (limited to 'web/homepage')
-rw-r--r-- | web/homepage/static/tazjin.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/web/homepage/static/tazjin.css b/web/homepage/static/tazjin.css index bedb9f2617fa..7175a36df157 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%; +} |