File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 430430 .testimonial__person {
431431 display : flex ;
432432 align-items : center ;
433- gap : var (--space-3 );
433+ gap : var (--space-4 );
434434 color : var (--color-text-secondary );
435435 font-size : var (--font-size-sm );
436436 line-height : var (--line-height-snug );
437437 }
438438
439439 .testimonial__avatar {
440440 display : block ; // override base img rule so flex sizing works
441- inline-size : 2 rem ;
442- block-size : 2 rem ;
441+ inline-size : 2.75 rem ;
442+ block-size : 2.75 rem ;
443443 flex : 0 0 auto ;
444444 border-radius : var (--border-radius-full );
445445 object-fit : cover ;
456456 }
457457
458458 .testimonial__byline {
459- display : inline ; // name and conference run together on one line
459+ display : flex ; // name stacked over conference beside the avatar
460+ flex-direction : column ;
461+ line-height : var (--line-height-snug );
460462 }
461463
462464 .testimonial__name {
466468
467469 .testimonial__conference {
468470 color : var (--color-text-secondary );
469-
470- & ::before {
471- content : " , " ;
472- }
473471 }
474472
475473 // ── Inline tip callout ────────────────────────────────────────────────────
Original file line number Diff line number Diff line change @@ -5,7 +5,8 @@ title: Ruby Community Guides
55
66<div class =" index-intro " markdown =" 1 " >
77
8- <p class =" eyebrow " >Living resources for organizers</p >
8+ Living resources for organizers
9+ {: .eyebrow }
910
1011# Ruby Community Guides
1112
You can’t perform that action at this time.
0 commit comments