@@ -152,7 +152,8 @@ body.docs-ndl .nav-menu .nav-item > a > strong {
152152/* toolbar */
153153
154154body .docs-ndl .hub .toolbar {
155- visibility : hidden;
155+ /* visibility: hidden; */
156+ display : none;
156157}
157158
158159body .docs-ndl .explainer .toolbar {
@@ -200,9 +201,8 @@ body.docs-ndl .doc .flex-column {
200201}
201202
202203body .docs-ndl .doc > .sect-header > h1 .page : first-child {
203- margin-top : 0 ;
204- /* font-size: var(--font-size-h1); */
205- margin-bottom : 1.5rem ;
204+ margin : var (--docs-ndl-spacer ) 0 ;
205+ line-height : 1 ;
206206}
207207
208208body .docs-ndl .hub .doc div : not (.display ) h2 {
@@ -415,10 +415,11 @@ body.docs-ndl #preamble + .sect1 {
415415
416416/* sections */
417417
418- body .docs-ndl .hub .sect1 ,
418+ body .docs-ndl .hub .sect1 : not (. banner ) ,
419419body .docs-ndl .explainer .sect1 {
420420 display : flex;
421421 flex-wrap : wrap;
422+ margin-top : var (--docs-ndl-spacer );
422423}
423424
424425body .docs-ndl .paragraph .caption {
@@ -489,7 +490,7 @@ body.docs-ndl.explainer .banner .sectionbody {
489490}
490491
491492body .docs-ndl .banner .sectionbody > div .openblock {
492- flex : 0 0 50 % ;
493+ flex : 0 0 65 % ;
493494}
494495
495496body .docs-ndl .banner .sectionbody > div .icon {
@@ -727,7 +728,7 @@ body.docs-ndl .cards .sect2 .icon,
727728body .docs-ndl .widget .icon {
728729 padding : 0 ;
729730 margin : 0 ;
730- width : 100 % ;
731+ display : flex ;
731732}
732733
733734body .docs-ndl .cards .sect2 .icon ,
@@ -745,7 +746,7 @@ body.docs-ndl .cards .sect2 .icon p {
745746}
746747
747748body .docs-ndl .cards .sect2 .icon p div .labels {
748- display : flex ;
749+ display : none ;
749750 flex-direction : row;
750751 gap : 0.25rem ;
751752 height : min-content;
@@ -791,7 +792,7 @@ body.docs-ndl .lists .sect2 .icon img path {
791792
792793body .docs-ndl .cards .sect2 h3 ,
793794body .docs-ndl .lists .sect2 h3 {
794- /* flex-grow: 1; */
795+ display : flex;
795796 order : 2 ;
796797 margin : 0 ;
797798 font-weight : var (--font-weight-semibold );
@@ -819,14 +820,10 @@ body.docs-ndl .cards .sect2 .paragraph:not(.icon) {
819820 /* flex-grow: 1; */
820821}
821822
822- body .docs-ndl .cards .sect2 .selectable .paragraph .link : not (. display ) {
823+ body .docs-ndl .cards .sect2 .selectable .paragraph .link {
823824 display : none;
824825}
825826
826- body .docs-ndl .cards .sect2 .selectable .paragraph .link .display {
827- display : flex;
828- }
829-
830827body .docs-ndl .cards .selectable .sect2 .paragraph .link ,
831828body .docs-ndl .cards : not (.selectable ) .sect2 .paragraph .link {
832829 box-sizing : border-box;
0 commit comments