File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed
Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change 281281 }
282282
283283 @media (max-width : 768px ) {
284- .title { font-size : clamp (2.8rem , 10vw , 4.5rem ); }
284+ .title {
285+ font-size : clamp (3.5rem , 13vw , 5.5rem );
286+ text-align : center ;
287+ width : 100% ;
288+ }
285289 .tools-row { gap : var (--spacing-xs ); }
286290 .author-card { padding : var (--spacing-md ) var (--spacing-lg ); }
287291 }
288292
289293 @media (max-width : 480px ) {
290- .title { font-size : clamp (2.2rem , 10vw , 3.5rem ); }
294+ .title {
295+ font-size : clamp (3rem , 13vw , 4.5rem );
296+ text-align : center ;
297+ width : 100% ;
298+ }
291299 .subtitle { font-size : 1rem ; }
292300 .author-avatar { width : 42px ; height : 42px ; }
293301 .tool-badge {
304312 }
305313
306314 .title {
307- font-size : clamp (1.8rem , 9vw , 2.8rem );
315+ font-size : clamp (2.6rem , 12vw , 3.5rem );
316+ text-align : center ;
317+ width : 100% ;
308318 line-height : 1.1 ;
309319 }
310320
You can’t perform that action at this time.
0 commit comments