From adee7e3bb45a09787e8c405dc4fba6d63554e43b Mon Sep 17 00:00:00 2001 From: Ethan Paul <24588726+enpaul@users.noreply.github.com> Date: Wed, 3 Feb 2021 20:16:03 -0500 Subject: [PATCH] Fix content scaling on large screens --- css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/style.css b/css/style.css index 8e5e668..2f8f97e 100644 --- a/css/style.css +++ b/css/style.css @@ -46,6 +46,7 @@ a:hover { padding: 1em; + width: 40em; max-width: 90%; background-color: rgba(255, 255, 255, 0.2); border-style: solid;