Skip to content

Commit

Permalink
removing extra css
Browse files Browse the repository at this point in the history
  • Loading branch information
lidiazuin committed Oct 17, 2024
1 parent eb8ebdc commit 5cbecba
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions src/css/docs-ndl.css
Original file line number Diff line number Diff line change
Expand Up @@ -408,17 +408,6 @@ body.docs-ndl .banner .paragraph.description {
padding-right: 2rem;
}

body.docs-ndl .paragraph.caption3 {
display: flex;
width: 100%;
padding: 12px 30px 12px;
margin: 0;
color: var(--neutral-color);
font-family: var(--header-font-family);
font-size: var(--doc-font-size-h2);
font-weight: var(--font-weight-normal);
}

/* selectable cards */

body.docs-ndl .cards .sect2.selectable {
Expand Down Expand Up @@ -744,10 +733,7 @@ body.docs-ndl .cards:nth-last-child(-n+2) .sectionbody {
flex: 0 0 152%;
}



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

0 comments on commit 5cbecba

Please sign in to comment.