Skip to content

Commit ff3f36e

Browse files
committed
feat: add ngc tool
1 parent 3b2b09e commit ff3f36e

5 files changed

Lines changed: 67 additions & 22 deletions

File tree

public/images/tools-ngc.svg

Lines changed: 30 additions & 0 deletions
Loading

src/components/cards/ToolCard.module.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,14 +94,14 @@
9494
width: 100%;
9595
display: flex;
9696
flex-direction: column;
97-
justify-content: center;
97+
justify-content: space-between;
9898
gap: 0.5rem;
9999
}
100100

101101
.title {
102102
font-weight: 700;
103103
color: var(--neutral-80);
104-
font-size: 1.5rem;
104+
font-size: 1.475rem;
105105
line-height: 2rem;
106106
margin-bottom: 0.5rem;
107107
display: flex;

0 commit comments

Comments
 (0)