diff options
author | Anirudh Oppiliappan <x@icyphox.sh> | 2022-12-26 12:04:09 +0530 |
---|---|---|
committer | Anirudh Oppiliappan <x@icyphox.sh> | 2022-12-26 12:04:09 +0530 |
commit | 7a512b1da60ca92203ec93ecce8b0debfe6da913 (patch) | |
tree | 652257816e8c3e0db49dbe8a2cc80161d955cc57 /static | |
parent | 49b8b292897031c0d60777edfca11867569b2ee6 (diff) | |
download | legit-7a512b1da60ca92203ec93ecce8b0debfe6da913.tar.gz legit-7a512b1da60ca92203ec93ecce8b0debfe6da913.tar.bz2 legit-7a512b1da60ca92203ec93ecce8b0debfe6da913.zip |
markdown: more file exts, fix img
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index b8dd834..19c0891 100644 --- a/static/style.css +++ b/static/style.css @@ -162,6 +162,10 @@ a:hover { padding: revert; } +.readme img { + max-width: 100%; +} + .diff { margin: 1rem 0 1rem 0; padding: 1rem 0 1rem 0; |