We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5f78ba6 + 5c92fea commit a3cae55Copy full SHA for a3cae55
components/MastHead.js
@@ -37,7 +37,7 @@ export default function Home() {
37
AI for Humans.
38
</h2>
39
<div className="flex flex-col align-items-center justify-content-center">
40
- <div className="relative inline-block mb-4">
+ <div className="relative inline-block">
41
<div className="flex items-center justify-center z-10">
42
<motion.div
43
animate={{ y: [-3, 3, -3] }}
@@ -63,7 +63,7 @@ export default function Home() {
63
}}
64
>
65
<Image
66
- className="invert relative left-12"
+ className="invert relative left-8"
67
priority
68
src="/images/favicon.svg"
69
height={64}
0 commit comments