We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75b9051 commit 22de428Copy full SHA for 22de428
src/css/docs-ndl.css
@@ -508,11 +508,12 @@ body.docs-ndl .highlights .sectionbody > div {
508
flex: 0 1 50%;
509
justify-content: center;
510
align-self: center;
511
- padding: 1rem;
+ padding: 1rem 2rem 1rem;
512
}
513
514
body.docs-ndl .highlights .sectionbody > div.icon span.image {
515
display: flex;
516
+ justify-content: center;
517
518
519
body.docs-ndl .highlights .list,
@@ -685,7 +686,7 @@ body.docs-ndl .cards .sect2 a > div {
685
686
body.docs-ndl .highlights .sectionbody > div,
687
body.docs-ndl .sect2 a > div,
688
body.docs-ndl .sect2 a > h3 {
- display: flex;
689
+ display: flow;
690
691
692
body.docs-ndl .cards .sect2 .icon,
0 commit comments