File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 151151 </ div >
152152
153153 < nav data-radar-mobile-root class ="radar-mobile-list " aria-label ="Primary mobile ">
154- < a href ="/search " class ="radar-mobile-link "> Search</ a >
154+ < a href ="/search " class ="radar-mobile-link "> Search < span aria-hidden =" true " > / </ span > </ a >
155155 < a href ="/ " class ="radar-mobile-link "> Dotenvx < span aria-hidden ="true "> ◈</ span > </ a >
156156 < a href ="/armor " class ="radar-mobile-link "> Armor < span aria-hidden ="true "> ⛨</ span > </ a >
157157 < button type ="button " class ="radar-mobile-link radar-mobile-subtrigger " data-radar-mobile-open ="company ">
162162 < span > Docs</ span >
163163 < span aria-hidden ="true "> →</ span >
164164 </ button >
165- < a href ="/pricing " class ="radar-mobile-link "> Pricing</ a >
165+ < a href ="/pricing " class ="radar-mobile-link "> Pricing < span aria-hidden =" true " > $ </ span > </ a >
166166 </ nav >
167167
168168 < div data-radar-mobile-submenu ="company " class ="radar-mobile-list " hidden >
Original file line number Diff line number Diff line change @@ -2625,7 +2625,6 @@ html.storm .design-input:focus {
26252625 display : flex;
26262626 flex-direction : column;
26272627 gap : 1.75rem ;
2628- max-width : 36rem ;
26292628 width : 100% ;
26302629}
26312630
@@ -2638,6 +2637,16 @@ html.storm .design-input:focus {
26382637 min-height : 1.5rem ;
26392638}
26402639
2640+ .site-search-page-results > .design-paragraph {
2641+ text-align : center;
2642+ }
2643+
2644+ @media (min-width : 900px ) {
2645+ .site-search-page-results > .design-paragraph {
2646+ text-align : left;
2647+ }
2648+ }
2649+
26412650.site-search-overlay {
26422651 align-items : flex-start;
26432652 background : color-mix (in srgb, var (--design-bg ) 72% , transparent);
@@ -2788,7 +2797,7 @@ html.storm .design-input:focus {
27882797 color : var (--design-mid );
27892798}
27902799
2791- @media (min-width : 768 px ) {
2800+ @media (min-width : 1100 px ) {
27922801 .radar-nav-search {
27932802 display : inline-flex;
27942803 }
Original file line number Diff line number Diff line change @@ -5,12 +5,52 @@ permalink: /search/
55layout : radar
66---
77
8+ <style >
9+ .search-hero-ascii {
10+ align-items : center ;
11+ display : flex ;
12+ height : 100% ;
13+ justify-content : center ;
14+ min-height : inherit ;
15+ width : 100% ;
16+ }
17+
18+ .search-hero-ascii-art {
19+ color : var (--design-ink );
20+ font-family : var (--design-font-mono );
21+ font-size : 4.5rem ;
22+ font-weight : 400 ;
23+ letter-spacing : 0 ;
24+ line-height : 1 ;
25+ margin : 0 ;
26+ user-select : none ;
27+ }
28+
29+ @media (min-width : 900px ) {
30+ .search-hero-ascii {
31+ height : 100% ;
32+ justify-content : flex-end ;
33+ min-height : inherit ;
34+ }
35+
36+ .search-hero-ascii-art {
37+ font-size : 12rem ;
38+ }
39+ }
40+ </style >
41+
42+ {% capture search_hero_visual %}
43+ <div class =" search-hero-ascii " aria-hidden =" true " >
44+ <span class="search-hero-ascii-art">/</span>
45+ </div >
46+ {% endcapture %}
47+
848{% include components/design-hero.html
949 class="company-design-hero"
1050 eyebrow="Dotenvx"
1151 title="Search"
1252 description="Find docs, pricing, and product pages."
13- hide_visual=true
53+ visual=search_hero_visual
1454%}
1555
1656<section class =" radar-section " >
You can’t perform that action at this time.
0 commit comments