diff options
| author | Bobby <[email protected]> | 2022-09-20 02:03:36 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-09-20 02:03:36 -0400 |
| commit | c5254b6f39939bc0bc6719b854b67928af74c9ea (patch) | |
| tree | 692510e10ba5619f70b1b3df23352721cfac7159 /static | |
| parent | e29f7902c8d6dc6e6ee02964b56284d2f69f1ac5 (diff) | |
| download | thatcomputerscientist-c5254b6f39939bc0bc6719b854b67928af74c9ea.tar.xz thatcomputerscientist-c5254b6f39939bc0bc6719b854b67928af74c9ea.zip | |
Added Edit post function
Diffstat (limited to 'static')
| -rw-r--r-- | static/css/main.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/static/css/main.css b/static/css/main.css index 494f3197..9210d2ad 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -253,6 +253,13 @@ summary { margin-top: 0px; } +.article-body > p > img { + display: block; + margin: 0px auto 10px auto; + max-height: 50vh; + max-width: 100%; +} + /* Optimize for phones */ @media only screen and (max-width: 480px) { body { |
