From 91169c1dfa2f52d7d6e1f2c40e81c7ce388380ab Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 14 Nov 2021 22:36:16 -0800 Subject: [PATCH] Set screenshot max width to 100% --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 9a5ded7..01a148d 100644 --- a/index.html +++ b/index.html @@ -59,6 +59,7 @@ text-align: center; } .screenshot img { + max-width: 100%; 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; border-radius: 4px;