From b26a9b7cffd2a46312d39977432d310b3f66ebdb Mon Sep 17 00:00:00 2001 From: Madison Rye Progress Date: Sun, 30 Jun 2024 12:56:40 -0700 Subject: [PATCH] Miscopy --- content/draft/008.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/content/draft/008.md b/content/draft/008.md index 5606679..fffa789 100644 --- a/content/draft/008.md +++ b/content/draft/008.md @@ -280,8 +280,10 @@ I am full of wonder and I am full of terror and I am trembling and I am asking m font-size: 10pt; text-align: right; } -.graphomania { - overflow-x: hidden; +@media only screen and (max-width: 640px) { + main { + overflow: clip; + } }