Skip to content

Commit

Permalink
updated css for the feature sections
Browse files Browse the repository at this point in the history
  • Loading branch information
kieranjlynch committed Nov 11, 2024
1 parent 18b9051 commit 5a2aa63
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,20 +78,21 @@ header a {

.feature-list {
display: flex;
flex-wrap: wrap;
justify-content: center;
flex-direction: column;
gap: 20px;
}

.feature {
width: 200px;
width: 100%;
padding: 20px;
border-radius: 8px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
color: #FFFFFF;
text-align: center;
overflow: hidden; /* Ensures that images do not overflow their container */
}

/* Ensure images are responsive and fit within the container */
.feature img {
width: 100%;
height: auto;
Expand Down

0 comments on commit 5a2aa63

Please sign in to comment.