File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed
Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ import Layout from '../layouts/Layout.astro';
136136 OPENING STATEMENT
137137 ============================================= -->
138138 <section class =" opening section-spacing" >
139- <div class =" opening__inner fade-up" >
139+ <div class =" opening__inner two-col fade-up" >
140140 <p class =" opening__text" >
141141 I’m a strategist, a builder, and a researcher. I make the previously
142142 impossible seem routine. Over the past 15 years, I’ve built teams and
Original file line number Diff line number Diff line change @@ -569,6 +569,25 @@ p a:hover, .body-link:hover {
569569 text-align : left;
570570}
571571
572+ /* =============================================
573+ TWO COLUMN TEXT BLOCK
574+ ============================================= */
575+ .two-col {
576+ columns : 2 ;
577+ column-gap : 48px ;
578+ column-rule : 1px solid var (--color-divider );
579+ }
580+
581+ .two-col p {
582+ break-inside : avoid;
583+ }
584+
585+ @media (max-width : 768px ) {
586+ .two-col {
587+ columns : 1 ;
588+ }
589+ }
590+
572591/* =============================================
573592 RESPONSIVE
574593 ============================================= */
You can’t perform that action at this time.
0 commit comments