diff --git a/components/About.module.css b/components/About.module.css index 3a82b92..e1aad7b 100644 --- a/components/About.module.css +++ b/components/About.module.css @@ -57,3 +57,9 @@ bottom: 0; right: 0; } + +@media screen and (max-width: 900px) { + .about { + flex-direction: column; + } +} diff --git a/components/About.tsx b/components/About.tsx index f409610..2417e47 100644 --- a/components/About.tsx +++ b/components/About.tsx @@ -4,7 +4,7 @@ import styles from "./About.module.css"; export function About() { return ( -
+