diff options
Diffstat (limited to 'userContent')
-rw-r--r-- | userContent/reproducible/static/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/userContent/reproducible/static/style.css b/userContent/reproducible/static/style.css index 4ad5a4bd..449e0a7f 100644 --- a/userContent/reproducible/static/style.css +++ b/userContent/reproducible/static/style.css @@ -26,6 +26,10 @@ img { height: auto; } +img.halfview { + max-width: 49%; +} + img.overview { max-width: 33%; } |