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 74158e4 commit 05ab669Copy full SHA for 05ab669
src/css/docs-ndl.css
@@ -505,11 +505,11 @@ body.docs-ndl .banner .button {
505
/* highlights */
506
507
body.docs-ndl .highlights .sectionbody > div.openblock {
508
- flex: 0 1 40%;
+ flex: 1 1 40%;
509
}
510
511
body.docs-ndl .highlights .sectionbody > div.icon {
512
- flex: 0 1 57%;
+ flex: 0 1 52%;
513
padding-top: 1rem;
514
padding-bottom: 1rem;
515
padding-left: 4rem;
@@ -732,7 +732,6 @@ body.docs-ndl .widget.highlights .icon {
732
/* For the 1st, 3rd etc highlights, move the image to the right */
733
body.docs-ndl .widget.highlights:nth-of-type(odd) .icon {
734
order: 1;
735
- padding-left: 1rem;
736
737
738
/* We can use this rule to apply styles to the 2nd, 4th highlights etc widget */
0 commit comments