We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 268ee8a commit b773e2cCopy full SHA for b773e2c
1 file changed
components/sections/VideoSection.tsx
@@ -7,7 +7,7 @@ export default function VideoSection() {
7
id="text"
8
className="flex flex-col w-full md:h-2/5 items-center justify-center -mt-12"
9
>
10
- <h2 className="w-4/5 text-center text-2xl text-white md:text-5xl xl:text-6xl leading-snug lg:leading-snug xl:leading-snug font-SpaceGrotesk font-semibold ">
+ <h2 className="w-4/5 text-center text-xl text-white md:text-4xl xl:text-5xl leading-snug lg:leading-snug xl:leading-snug font-SpaceGrotesk font-semibold ">
11
Your Open Source Solution for your day-to-day activities.
12
</h2>
13
<h3 className="text-center md:w-2/3 mx-6 text-white text-lg md:text-2xl lg:text-2xl xl:text-3xl leading-snug lg:leading-snug xl:leading-snug font-SpaceGrotesk font-light opacity-70 mt-2">
0 commit comments