Skip to content

Commit

Permalink
fixing bottom cards width
Browse files Browse the repository at this point in the history
  • Loading branch information
lidiazuin committed Oct 17, 2024
1 parent 05ab669 commit eb8ebdc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/css/docs-ndl.css
Original file line number Diff line number Diff line change
Expand Up @@ -739,6 +739,14 @@ body.docs-ndl .widget.highlights:nth-of-type(even) .openblock {
/* margin-right:40px; */
}

/* For the bottom cards */
body.docs-ndl .cards:nth-last-child(-n+2) .sectionbody {
flex: 0 0 152%;
}



body.docs-ndl
body.docs-ndl .cards .sect2 .icon img {
width: 4rem;
height: 4rem;
Expand Down

0 comments on commit eb8ebdc

Please sign in to comment.