fix poop overflow

This commit is contained in:
toimistokone
2026-03-23 14:13:09 +02:00
parent 170e7b3c31
commit d0a930794e
+1 -1
View File
@@ -38,7 +38,7 @@ const Container = styled.div`
} }
@media (max-width: 950px) { @media (max-width: 950px) {
width: 100vw; width: 80vw;
} }
`; `;