Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
TechGuy541 authored Sep 19, 2024
1 parent 00c212f commit dfcb057
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,14 @@ h2 {
}

.feature-grid {
filter: blur(8px);
display: grid;
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
gap: 20px;
}

.feature-item {
filter: blur(8px);

padding: 20px;
border-radius: 10px;
}
Expand Down

0 comments on commit dfcb057

Please sign in to comment.