diff options
author | Aaron Ball <nullspoon@oper.io> | 2020-12-27 21:19:50 -0700 |
---|---|---|
committer | Aaron Ball <nullspoon@oper.io> | 2020-12-27 21:19:50 -0700 |
commit | f9ae802155ff7856f86e0a505417bfbc2417cb12 (patch) | |
tree | e185fa84532c29b08cd5122cba15da5fd394ed41 /res | |
parent | 72d7b0c61d7694df6eb3c4a56ef6b8a8b5b57ca6 (diff) | |
download | oper.io-f9ae802155ff7856f86e0a505417bfbc2417cb12.tar.gz oper.io-f9ae802155ff7856f86e0a505417bfbc2417cb12.tar.xz |
Add some image styling
Diffstat (limited to 'res')
-rw-r--r-- | res/style.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/res/style.css b/res/style.css index e49453d..447f730 100644 --- a/res/style.css +++ b/res/style.css @@ -470,6 +470,14 @@ p.center { margin-right:auto; } +img { + max-width: 100%; +} + +img.align-center { + display:block; +} + div.title { font-weight:700; margin-top:1.5em; |