Skip to content

Commit eb8ebdc

Browse files
committed
fixing bottom cards width
1 parent 05ab669 commit eb8ebdc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/css/docs-ndl.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -739,6 +739,14 @@ body.docs-ndl .widget.highlights:nth-of-type(even) .openblock {
739739
/* margin-right:40px; */
740740
}
741741

742+
/* For the bottom cards */
743+
body.docs-ndl .cards:nth-last-child(-n+2) .sectionbody {
744+
flex: 0 0 152%;
745+
}
746+
747+
748+
749+
body.docs-ndl
742750
body.docs-ndl .cards .sect2 .icon img {
743751
width: 4rem;
744752
height: 4rem;

0 commit comments

Comments
 (0)