diff options
Diffstat (limited to 'static/style.css')
| -rw-r--r-- | static/style.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index 5dfce6d..b6105dc 100644 --- a/static/style.css +++ b/static/style.css @@ -108,6 +108,15 @@ pre { display: inline; } +.image-container { + text-align: center; +} + +.image-container > img { + display: inline; + max-width: 100%; +} + @media (min-width: 640px) { .header-container { justify-content: center; |
