We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4a806d commit 7548eafCopy full SHA for 7548eaf
src/components/AboutMe.tsx
@@ -3,7 +3,7 @@ import { motion } from "framer-motion";
3
export const AboutMe = () => {
4
return (
5
<motion.div
6
- className="flex flex-col items-center justify-center px-4 mt-10 mb-2"
+ className="flex flex-col items-center justify-center px-4 mb-2"
7
initial={{ opacity: 0, y: 40 }}
8
whileInView={{ opacity: 1, y: 0 }}
9
transition={{ duration: 2.0 }}
0 commit comments