Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lidiazuin committed Oct 17, 2024
1 parent 74158e4 commit 05ab669
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/css/docs-ndl.css
Original file line number Diff line number Diff line change
Expand Up @@ -505,11 +505,11 @@ body.docs-ndl .banner .button {
/* highlights */

body.docs-ndl .highlights .sectionbody > div.openblock {
flex: 0 1 40%;
flex: 1 1 40%;
}

body.docs-ndl .highlights .sectionbody > div.icon {
flex: 0 1 57%;
flex: 0 1 52%;
padding-top: 1rem;
padding-bottom: 1rem;
padding-left: 4rem;
Expand Down Expand Up @@ -732,7 +732,6 @@ body.docs-ndl .widget.highlights .icon {
/* For the 1st, 3rd etc highlights, move the image to the right */
body.docs-ndl .widget.highlights:nth-of-type(odd) .icon {
order: 1;
padding-left: 1rem;
}

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

0 comments on commit 05ab669

Please sign in to comment.