Skip to content

Commit 7548eaf

Browse files
committed
"padding bottom"
1 parent d4a806d commit 7548eaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/AboutMe.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { motion } from "framer-motion";
33
export const AboutMe = () => {
44
return (
55
<motion.div
6-
className="flex flex-col items-center justify-center px-4 mt-10 mb-2"
6+
className="flex flex-col items-center justify-center px-4 mb-2"
77
initial={{ opacity: 0, y: 40 }}
88
whileInView={{ opacity: 1, y: 0 }}
99
transition={{ duration: 2.0 }}

0 commit comments

Comments
 (0)