Set screenshot max width to 100%

This commit is contained in:
Paulus Schoutsen 2021-11-14 22:36:16 -08:00 committed by GitHub
parent 6f2bd27d16
commit 91169c1dfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,6 +59,7 @@
text-align: center; text-align: center;
} }
.screenshot img { .screenshot img {
max-width: 100%;
box-shadow: rgb(0 0 0 / 20%) 0px 2px 1px -1px, box-shadow: rgb(0 0 0 / 20%) 0px 2px 1px -1px,
rgb(0 0 0 / 14%) 0px 1px 1px 0px, rgb(0 0 0 / 12%) 0px 1px 3px 0px; rgb(0 0 0 / 14%) 0px 1px 1px 0px, rgb(0 0 0 / 12%) 0px 1px 3px 0px;
border-radius: 4px; border-radius: 4px;