File tree 1 file changed +5
-2
lines changed
usehooks.com/src/components
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import CountdownTimer from "./CountdownTimer";
15
15
<img
16
16
src ={ " /img/querygg/header-course.svg" }
17
17
alt =" Query.gg - The Official React Query Course"
18
- class =" -mt-[1px] w-10/12 max-w-[350px ] justify-self-center"
18
+ class =" -mt-[1px] w-10/12 max-w-[400px ] justify-self-center"
19
19
/>
20
20
<img
21
21
src ={ " /img/querygg/corner-top-right.svg" }
@@ -31,7 +31,10 @@ import CountdownTimer from "./CountdownTimer";
31
31
class =" lg:w-[45%] py-2 lg:pb-0 grid lg:grid-cols-[1fr_90px] xl:grid-cols-[1fr_120px] justify-center bg-brand-charcoal border-2 lg:border-4 lg:border-l-0 border-solid border-brand-beige text-brand-beige z-10"
32
32
>
33
33
<div class =" my-2 uppercase text-center place-self-center text-[1.1rem]" >
34
- <h2 class =" mb-3 font-semibold" >Launch sale happening now</h2 >
34
+ <h2 class =" mb-1 text-xl lg:text-2xl xl:text-3xl font-semibold" >
35
+ Launch week sale
36
+ </h2 >
37
+ <p class =" normal-case mb-4" >Up to 30% off through June 5th</p >
35
38
<CountdownTimer client:only targetDate =" 2024-06-05" />
36
39
<Button
37
40
text =" Join Now"
You can’t perform that action at this time.
0 commit comments