Skip to content

Commit 99a665a

Browse files
Vega, ObedVega, Obed
authored andcommitted
remove text class
1 parent a68c44f commit 99a665a

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

src/components/DevelopersHomepage/TopPicks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function FeatureStayUpToDate({ img, img2, title, description, href }) {
1919
<Heading as="h3">{title}</Heading>
2020
</div>
2121

22-
{description && <p className={styles.text}>{description}</p>}
22+
{description && <p>{description}</p>}
2323
</div>
2424
</Link>
2525
);

src/components/DevelopersHomepage/styles.module.css

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -350,14 +350,3 @@ a.col {
350350
max-width: 50%;
351351
}
352352
}
353-
354-
@media screen and (min-width: 1025px) {
355-
.text{
356-
height: 156px;
357-
}
358-
}
359-
@media screen and (min-width: 1225px) {
360-
.text{
361-
height: 130px;
362-
}
363-
}

0 commit comments

Comments
 (0)