File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 193193 max-width : 520px ;
194194}
195195
196+ .user-result-header {
197+ width : 100% ;
198+ text-align : center;
199+ padding-top : 8px ;
200+ padding-bottom : 14px ;
201+ }
202+
203+ .user-result-kicker {
204+ font-family : var (--font-courier ), system-ui, sans-serif;
205+ font-size : 10px ;
206+ font-weight : 700 ;
207+ letter-spacing : 0.14em ;
208+ text-transform : uppercase;
209+ color : var (--c-muted );
210+ margin : 0 0 6px 0 ;
211+ }
212+
213+ .user-result-handle {
214+ font-family : var (--font-dm ), system-ui, sans-serif;
215+ font-size : clamp (22px , 7vw , 34px );
216+ font-weight : 800 ;
217+ letter-spacing : -0.03em ;
218+ color : var (--c-ink );
219+ margin : 0 ;
220+ }
221+
196222.page-hero-micro {
197223 font-family : var (--font-courier ), system-ui, sans-serif;
198224 font-size : 11px ;
Original file line number Diff line number Diff line change @@ -138,24 +138,10 @@ function HomePage() {
138138 ) }
139139
140140 { ! certificate && userRepos && scannedUsername && ! loading && ! userLoading && (
141- < div style = { { marginTop : '0px' } } >
142- < PageHero
143- subtitle = {
144- < span style = { {
145- display : 'block' ,
146- fontFamily : MONO ,
147- fontSize : 'clamp(15px, 4vw, 19px)' ,
148- fontWeight : 700 ,
149- color : '#2a2218' ,
150- letterSpacing : '0.02em' ,
151- marginTop : '2px' ,
152- } } >
153- @{ scannedUsername }
154- </ span >
155- }
156- microcopy = { null }
157- />
158- </ div >
141+ < header className = "user-result-header" >
142+ < p className = "user-result-kicker" > graveyard scan</ p >
143+ < h1 className = "user-result-handle" > @{ scannedUsername } </ h1 >
144+ </ header >
159145 ) }
160146
161147 { /* Loading state in search area to avoid layout shift */ }
You can’t perform that action at this time.
0 commit comments