From 2a6429c3de5a45c643b53c7c2e2237bd3f72ac0a Mon Sep 17 00:00:00 2001 From: Patrick McGuire <60325264+mcguirepr89@users.noreply.github.com> Date: Sun, 7 Nov 2021 10:15:11 -0500 Subject: [PATCH] Update index.html --- scripts/index.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/index.html b/scripts/index.html index 1acf438..17e13d2 100644 --- a/scripts/index.html +++ b/scripts/index.html @@ -45,6 +45,12 @@ a { cursor: pointer; text-align: center; } +@media screen and (max-width: 800px) { + .column { + float: none; + width: 100%; + } +}