File tree Expand file tree Collapse file tree 3 files changed +8
-11
lines changed
Expand file tree Collapse file tree 3 files changed +8
-11
lines changed Original file line number Diff line number Diff line change 11.learn-page-header {
22 width : 100% ;
3- max-width : 696 px ;
3+ max-width : calc ( 50 % - .5 * var ( --space-card )) ;
44 display : flex;
55 flex-direction : column;
66 gap : var (--space-xl );
8585 grid-template-columns : repeat (2 , 1fr );
8686 grid-template-areas :
8787 "a b"
88- "a c"
89- "e c"
90- "e d"
91- ". d"
88+ "a d"
89+ "c d"
90+ "c d"
91+ "c e"
92+ "c ."
9293 ;
9394 }
9495
99100 .post-cards {
100101 max-width : 100% ;
101102 }
102-
103- .learn-page-header {
104- max-width : 488px ;
105- }
106103}
107104
108105@media (max-width : 768px ) {
Original file line number Diff line number Diff line change 55
66.why-boost-cards__heading {
77 margin : 0 0 var (--space-large );
8- font-size : var (--font-size-medium );
8+ font-size : var (--font-size-large );
99 font-weight : var (--font-weight-medium );
1010 font-family : var (--font-display );
1111}
Original file line number Diff line number Diff line change 1313{% block content %}
1414 < div class ="px-large ">
1515 < div class ="learn-page-header py-large ">
16- < h1 > Start Anywhere . Learn Everything . Build Anything </ h1 >
16+ < h1 > Start anywhere . Learn everything . Build anything </ h1 >
1717 < p > A complete, well-documented ecosystem of modern libraries-designed to grow with you.</ p >
1818 </ div >
1919 < div class ="card-row py-large ">
You can’t perform that action at this time.
0 commit comments