diff options
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%; +} |