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; + } }