@@ -16,24 +16,24 @@ const shouldRenderSearch =
16
16
---
17
17
18
18
<div class =" header sl-flex" >
19
- <div class =" title-wrapper sl-flex" >
19
+ <!-- < div class="title-wrapper sl-flex"> -- >
20
20
<SiteTitle {... Astro .props } />
21
- </div >
21
+ <!-- < /div> -- >
22
22
<div class =" sl-flex print:hidden" >
23
23
{ shouldRenderSearch && <Search { ... Astro .props } />}
24
24
</div >
25
25
<div class =" sl-hidden md:sl-flex print:hidden right-group" >
26
26
<div class =" sl-flex social-icons" >
27
27
<SocialIcons {... Astro .props } />
28
28
</div >
29
- <div class =" sl-flex social-icons " >
29
+ <div class =" sl-hidden lg:sl- flex pipelines-pill " >
30
30
<a href =" https://www.gruntwork.io/platform/pipelines" class =" pipeline-pill" >
31
31
<span class =" pipeline-icon" >
32
- <svg width = " 20 " height = " 20 " viewBox = " 0 0 20 20 " fill = " none " >< circle cx = " 10 " cy = " 10 " r = " 10 " fill = " #A78BFA " />< circle cx = " 10 " cy = " 10 " r = " 4 " fill = " #fff " /></ svg >
32
+ <img src = " /src/assets/pipelines.svg " width = " 24 " height = " 24 " class = " product-icon " alt = " Pipeline " / >
33
33
</span >
34
34
<span class =" pipeline-text" >
35
- <span class =" pipeline-title" >Learn about Gruntwork Pipelines </span >
36
- <span class =" pipeline-subtitle" >CI/CD built for Terragrunt & Stacks </span >
35
+ <span class =" pipeline-title" >Automate your pipeline </span >
36
+ <span class =" pipeline-subtitle" >CI/CD built for Terragrunt</span >
37
37
</span >
38
38
<span class =" pipeline-arrow" >
39
39
<svg width =" 20" height =" 20" viewBox =" 0 0 20 20" fill =" none" ><path d =" M8 6l4 4-4 4" stroke =" #A78BFA" stroke-width =" 2" stroke-linecap =" round" stroke-linejoin =" round" /></svg >
@@ -42,7 +42,7 @@ const shouldRenderSearch =
42
42
</div >
43
43
<div class =" sl-flex social-icons" >
44
44
<a href =" https://www.gruntwork.io/services/terragrunt" class =" support-btn" >
45
- Enterprise Support
45
+ Support
46
46
<span class =" support-arrow" >
47
47
<svg width =" 20" height =" 20" viewBox =" 0 0 20 20" fill =" none" ><path d =" M8 6l4 4-4 4" stroke =" #fff" stroke-width =" 2" stroke-linecap =" round" stroke-linejoin =" round" /></svg >
48
48
</span >
@@ -61,15 +61,6 @@ const shouldRenderSearch =
61
61
height: 100%;
62
62
}
63
63
64
- .title-wrapper {
65
- /* Prevent long titles overflowing and covering the search and menu buttons on narrow viewports. */
66
- overflow: clip;
67
- /* Avoid clipping focus ring around link inside title wrapper. */
68
- padding: 0.25rem;
69
- margin: -0.25rem;
70
- min-width: 0;
71
- }
72
-
73
64
.right-group,
74
65
.social-icons {
75
66
gap: 1rem;
@@ -115,7 +106,7 @@ const shouldRenderSearch =
115
106
.pipeline-pill {
116
107
display: flex;
117
108
align-items: center;
118
- background: rgba(167, 139, 250, 0.08);
109
+ /* background: rgba(167, 139, 250, 0.08); */
119
110
border-radius: 999px;
120
111
padding: 0.5rem 1.25rem 0.5rem 0.5rem;
121
112
gap: 0.75rem;
@@ -171,4 +162,5 @@ const shouldRenderSearch =
171
162
align-items: center;
172
163
margin-left: 0.25rem;
173
164
}
165
+
174
166
</style >
0 commit comments