File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ export const FooterCTA = () => {
6
6
return (
7
7
< div
8
8
data-test = "FooterCTA"
9
- className = "relative flex flex-col items-center gap-4 p-4 md:gap-10 md:p-10 lg:flex lg:flex-row lg:pl-[20%] "
9
+ className = "relative flex flex-col items-center gap-4 border border-red-600 p-4 md:gap-10 md:p-10 lg:flex lg:flex-row lg:justify-around "
10
10
>
11
- < div className = "z-10 lg:flex lg:w-1/2 lg:flex-col lg:gap-6" >
12
- < p className = "text-[32px] font-bold text-heading lg:text-[55px] lg:leading-[60.5px]" >
11
+ < div className = "lg:flex-0 z-10 p-4 lg:flex lg:w-1/2 lg:flex-col lg:gap-6" >
12
+ < h1 className = "text-[32px] font-bold text-heading lg:text-[55px] lg:leading-[60.5px]" >
13
13
Experience counts. Get it on Colabs.
14
- </ p >
14
+ </ h1 >
15
15
< p className = "font-ff-inconsolata text-lg font-bold leading-6 text-[#9f9c9c] lg:text-xl" >
16
16
Colabs is where you cut your teeth on enterprise projects. We have
17
17
over 100 repositories on all tech tracks, carefully picked for you.
@@ -36,7 +36,7 @@ export const FooterCTA = () => {
36
36
< img
37
37
src = { robot }
38
38
alt = "Standing robot"
39
- className = "z-10 mt-4 pl-[30%] md:mt-6 md:w-[50%] md:pl-[15%] lg:w -auto"
39
+ className = "z-10 mt-4 pl-[30%] md:mt-6 md:w-[50%] md:pl-[15%] lg:h -auto lg:max-w-[40%] lg:object-contain "
40
40
/>
41
41
< img
42
42
src = { ellipse }
You can’t perform that action at this time.
0 commit comments