Skip to content

Commit 05ab669

Browse files
committed
fixes
1 parent 74158e4 commit 05ab669

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/css/docs-ndl.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -505,11 +505,11 @@ body.docs-ndl .banner .button {
505505
/* highlights */
506506

507507
body.docs-ndl .highlights .sectionbody > div.openblock {
508-
flex: 0 1 40%;
508+
flex: 1 1 40%;
509509
}
510510

511511
body.docs-ndl .highlights .sectionbody > div.icon {
512-
flex: 0 1 57%;
512+
flex: 0 1 52%;
513513
padding-top: 1rem;
514514
padding-bottom: 1rem;
515515
padding-left: 4rem;
@@ -732,7 +732,6 @@ body.docs-ndl .widget.highlights .icon {
732732
/* For the 1st, 3rd etc highlights, move the image to the right */
733733
body.docs-ndl .widget.highlights:nth-of-type(odd) .icon {
734734
order: 1;
735-
padding-left: 1rem;
736735
}
737736

738737
/* We can use this rule to apply styles to the 2nd, 4th highlights etc widget */

0 commit comments

Comments
 (0)