diff options
Diffstat (limited to 'themes/aoidh/assets/aoidh.css')
| -rw-r--r-- | themes/aoidh/assets/aoidh.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/themes/aoidh/assets/aoidh.css b/themes/aoidh/assets/aoidh.css index caf22b4..b2037a6 100644 --- a/themes/aoidh/assets/aoidh.css +++ b/themes/aoidh/assets/aoidh.css @@ -194,8 +194,10 @@ cite { } img { - display: block; - margin: auto; + max-width: 100%; + max-height: 90vh; + border: 1px solid var(--dark-gray); + box-shadow: .2rem .2rem var(--light-gray); } div { |