@@ -3,15 +3,27 @@ title: "got .env?"
33description : Ask Claude to install dotenvx and protect your project’s secrets.
44permalink : /got-env
55layout : radar
6+ force_light : true
7+ body_class : gotenv-layout
68---
79
810<style >
911 .gotenv-page {
1012 align-items : center ;
13+ aspect-ratio : 2 / 3 ;
14+ background :
15+ linear-gradient (rgba (7 , 10 , 12 , 0.34 ), rgba (7 , 10 , 12 , 0.5 )),
16+ url (' /assets/img/got-env-portrait.png' ) center 28% / cover no-repeat ;
17+ box-sizing : border-box ;
1118 display : flex ;
12- min-height : min (48rem , calc (100vh - 8rem ));
19+ height : calc (100 svh - 4.5rem );
20+ margin-left : auto ;
21+ margin-right : auto ;
22+ max-height : 93.75rem ;
23+ max-width : 62.5rem ;
1324 padding : clamp (5rem , 14vh , 10rem ) 0 ;
1425 text-align : center ;
26+ width : auto ;
1527 }
1628
1729 .gotenv-inner {
@@ -20,43 +32,61 @@ layout: radar
2032 flex-direction : column ;
2133 margin : 0 auto ;
2234 max-width : 44rem ;
35+ transform : translateY (clamp (3rem , 7vh , 4.5rem ));
2336 width : 100% ;
2437 }
2538
2639 .gotenv-title {
27- color : var ( --design-ink ) ;
40+ color : #ffffff ;
2841 font-family : var (--design-font-sans );
29- font-size : clamp ( 4.5 rem , 15 vw , 10 rem ) ;
42+ font-size : 72 px ;
3043 font-weight : 400 ;
3144 letter-spacing : -0.07em ;
3245 line-height : 0.9 ;
3346 margin : 0 ;
47+ text-shadow : 0 2px 24px rgba (0 , 0 , 0 , 0.32 );
48+ white-space : nowrap ;
3449 }
3550
3651 .gotenv-lede {
37- color : var ( --design-body );
52+ color : rgba ( 255 , 255 , 255 , 0.94 );
3853 font-family : var (--design-font-sans );
39- font-size : clamp ( 1.1 rem , 2.2 vw , 1.4 rem ) ;
54+ font-size : 16.5 px ;
4055 letter-spacing : -0.02em ;
4156 line-height : 1.45 ;
4257 margin : 2rem 0 0 ;
4358 max-width : 29rem ;
59+ text-shadow : 0 1px 14px rgba (0 , 0 , 0 , 0.52 );
4460 }
4561
4662 .gotenv-action {
4763 margin-top : 2rem ;
64+ width : 100% ;
4865 }
4966
5067 .gotenv-action .design-btn {
51- min-width : 11rem ;
68+ box-sizing : border-box ;
69+ display : block ;
70+ font-size : 13.5px ;
71+ margin-left : auto ;
72+ margin-right : auto ;
73+ padding : 0.95rem 1.5rem ;
74+ width : min (21rem , 70% );
5275 }
5376
5477 .gotenv-hint {
55- color : var ( --design-secondary );
78+ color : rgba ( 255 , 255 , 255 , 0.74 );
5679 font-family : var (--design-font-mono );
57- font-size : var ( --design-text-compact ) ;
80+ font-size : 13 px ;
5881 letter-spacing : 0.04em ;
5982 margin : 0.85rem 0 0 ;
83+ text-shadow : 0 1px 10px rgba (0 , 0 , 0 , 0.58 );
84+ }
85+
86+ @media (max-width : 640px ) {
87+ .gotenv-page {
88+ background-position : center 20% ;
89+ }
6090 }
6191</style >
6292
@@ -112,7 +142,7 @@ Finish with a concise summary of files changed, commands to use, which encrypted
112142 label="Copy prompt"
113143 id="gotenv-copy-prompt"
114144 class="design-btn--trial"
115- data_umami_event="gotenv- copy- prompt"
145+ data_umami_event="Got env copy prompt click "
116146 %}
117147 </div>
118148 <p class="gotenv-hint" id="gotenv-copy-status" aria-live="polite">Paste into Claude Code</p>
0 commit comments