Skip to content

Commit

Permalink
Make blocks on homepage clickable
Browse files Browse the repository at this point in the history
  • Loading branch information
kordwarshuis committed Aug 9, 2024
1 parent 40d01c8 commit 1237b6d
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions src/components/HomepageFeatures/styles.module.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
.features {
display: flex;
align-items: center;
padding: 2rem 0;
padding: 0rem 0;
width: 100%;
}

.featureSvg {
height: 200px;
width: 200px;
.features a {
text-decoration: none;
}

.featureSvg {
/* height: 200px; */
width: 100px;
height: auto;
}

0 comments on commit 1237b6d

Please sign in to comment.