From 709b107c4e3b9fb31aebf0b6049956ee1b4e8f6c Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Sat, 12 Nov 2022 08:16:21 -0600 Subject: [PATCH] fix responsive CSS on desktop --- static/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/styles.css b/static/styles.css index e6ec6df..0691e76 100644 --- a/static/styles.css +++ b/static/styles.css @@ -43,6 +43,7 @@ main { } @media only screen + and (max-width: 1100px) and (orientation: portrait) { body { flex-direction: column;