diff options
Diffstat (limited to 'web/source/css/index.css')
-rw-r--r-- | web/source/css/index.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web/source/css/index.css b/web/source/css/index.css index 59909ec33..382cd68c6 100644 --- a/web/source/css/index.css +++ b/web/source/css/index.css @@ -30,7 +30,8 @@ line-height: 2rem; } - & > img { + img, + picture { align-self: center; max-height: 6rem; } |