From 90042eb56b9b7e2217a52d9ba4c6369f3c03169c Mon Sep 17 00:00:00 2001 From: Amber <63863236+amberisvibin@users.noreply.github.com> Date: Mon, 9 Jan 2023 12:28:30 -0500 Subject: [PATCH] attempt to fix scrolling --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index abf5e685..05eee841 100644 --- a/style.css +++ b/style.css @@ -16,6 +16,7 @@ html { /* overflow: hidden; */ max-width: 800px; margin: auto; + height:50% } body { @@ -69,4 +70,4 @@ figure { figcaption { margin-top: 4px; -} \ No newline at end of file +}