diff options
| author | esquizo <esquizo+noreply@esquizo.net> | 2026-04-01 08:26:51 -0300 |
|---|---|---|
| committer | esquizo <esquizo+noreply@esquizo.net> | 2026-04-01 08:26:51 -0300 |
| commit | 9444b234f082c6d9670d0e33a3979be96b48eb06 (patch) | |
| tree | ce1456a23c7e0b42b407c78f0fd2de656f9d8b1e /static/style.css | |
| parent | 1a220035bd519a7cea8fb526274c58dc3679bbbb (diff) | |
centralizar imagens soltas
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; |
