Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
remko48 committed Feb 28, 2024
1 parent 38f2b18 commit 818087e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
grid-template-columns: 1fr 1fr;
}

.test {
.cardsHeading {
flex: 1;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -297,9 +297,9 @@ export const ComponentsDetailTemplate: React.FC<ComponentsDetailTemplateProps> =
</div>
</div>
<div className={styles.cardsHeaderContainer}>
<Heading3 className={styles.test}>{t("Application")}</Heading3>
<Heading3 className={styles.test}>{t("Organization")}</Heading3>
<Heading3 className={styles.test}>{t("Rating")}</Heading3>
<Heading3 className={styles.cardsHeading}>{t("Application")}</Heading3>
<Heading3 className={styles.cardsHeading}>{t("Organization")}</Heading3>
<Heading3 className={styles.cardsHeading}>{t("Rating")}</Heading3>
</div>

<div className={styles.cardsContainer}>
Expand Down

0 comments on commit 818087e

Please sign in to comment.