diff --git a/assets/css/styles.css b/assets/css/styles.css index fc9efed8d1d5bc42cf5660dbf5228e6946d1882e..947f9efd78d77712f67b072c441d374bb36215b2 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -769,7 +769,7 @@ figure img { font-family: 'Inter 400'; } -#screenshots { +div#screenshots { margin-top: 10px; overflow-x: scroll; width: 100%; @@ -779,12 +779,16 @@ figure img { gap: 12px; } -#screenshots a { +div#screenshots a { display: inline-block; width: 30%; min-width: 30%; } +div#screenshots img { + max-width: 100%; +} + .description a { display: block; width: min-content; @@ -1301,4 +1305,4 @@ figure.mobile-photo { flex: 80; max-width: 80%; } -} \ No newline at end of file +}