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 e3797e0 commit 3db9dba
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,7 +52,7 @@ h2 {
}

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

display: grid;
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
gap: 20px;
Expand All @@ -62,6 +62,7 @@ h2 {
color: #ffffff;
padding: 20px;
border-radius: 10px;
filter: blur(8px);
}

.button-85 {
Expand Down

0 comments on commit 3db9dba

Please sign in to comment.