Skip to content

Commit 22de428

Browse files
committed
Apply comments
1 parent 75b9051 commit 22de428

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/css/docs-ndl.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -508,11 +508,12 @@ body.docs-ndl .highlights .sectionbody > div {
508508
flex: 0 1 50%;
509509
justify-content: center;
510510
align-self: center;
511-
padding: 1rem;
511+
padding: 1rem 2rem 1rem;
512512
}
513513

514514
body.docs-ndl .highlights .sectionbody > div.icon span.image {
515515
display: flex;
516+
justify-content: center;
516517
}
517518

518519
body.docs-ndl .highlights .list,
@@ -685,7 +686,7 @@ body.docs-ndl .cards .sect2 a > div {
685686
body.docs-ndl .highlights .sectionbody > div,
686687
body.docs-ndl .sect2 a > div,
687688
body.docs-ndl .sect2 a > h3 {
688-
display: flex;
689+
display: flow;
689690
}
690691

691692
body.docs-ndl .cards .sect2 .icon,

0 commit comments

Comments
 (0)