From 1c61a64c089245e68470f63dd5c2cbed198d5426 Mon Sep 17 00:00:00 2001 From: Jonathan Dahan Date: Thu, 23 May 2024 12:33:47 -0400 Subject: [PATCH] Have columns collapse in portrait mode --- style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/style.css b/style.css index 812d760..c54a2e1 100644 --- a/style.css +++ b/style.css @@ -16,6 +16,12 @@ img, video { max-width: 100% } #landing.active { display: block } } +@media (orientation: portrait) { + main { + min-width: fit-content + } +} + header { flex-shrink: 0; & > nav {