File tree Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import Carousel from "./Carousel.astro";
6
6
7
7
<section class =" hero" >
8
8
<div
9
- class =" md:h-screen md:max-h-[950px] pt-[var(--navbar-height)] flex flex-col"
9
+ class =" md:min- h-screen lg:h-screen lg:min-h-0 md:max-h-[950px] pt-[var(--navbar-height)] flex flex-col"
10
10
>
11
11
<div class =" w-full py-6 max-w-7xl mx-auto px-4 flex-1 grid md:grid-cols-2 gap-2 justify-center items-center" >
12
12
<div class =" space-y-6" >
@@ -18,12 +18,20 @@ import Carousel from "./Carousel.astro";
18
18
business needs. Whether you need a new product, a consultation, or a
19
19
training, we have the skills and the passion to help you succeed
20
20
</p >
21
- <div class =" flex justify-between gap-1 md:justify-start md:gap-4" >
22
- <Button size =" lg" >
21
+ <div class =" flex gap-2 sm: gap-3 md:justify-start md:gap-4" >
22
+ <Button class =" lg:hidden " >
23
23
<Icon slot =" icon-before" name =" chat" />
24
- Let's chat
24
+ Schedule a call
25
25
</Button >
26
- <Button size =" lg" variant =" secondary" >
26
+ <Button variant =" secondary" class =" lg:hidden" >
27
+ <Icon slot =" icon-after" name =" forward" />
28
+ View projects
29
+ </Button >
30
+ <Button size =" lg" class =" hidden lg:flex" >
31
+ <Icon slot =" icon-before" name =" chat" />
32
+ Schedule a call
33
+ </Button >
34
+ <Button variant =" secondary" size =" lg" class =" hidden lg:flex" >
27
35
<Icon slot =" icon-after" name =" forward" />
28
36
View projects
29
37
</Button >
You can’t perform that action at this time.
0 commit comments