Skip to content

Commit

Permalink
css lint changes
Browse files Browse the repository at this point in the history
  • Loading branch information
shivangi1422 committed Apr 10, 2024
1 parent 73bb996 commit b510cf8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions blocks/anniversary-blogs/anniversary-blogs.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ gap: 20px;
/* Individual blog card */
.blog-card {
width: calc(50% - 10px); /* 50% width with 10px gap between columns */
background-color: #FFFFFF;
background-color: #FFF;
border-radius: 8px;
overflow: hidden;
/*box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/
}

/* Blog card image */
Expand Down

0 comments on commit b510cf8

Please sign in to comment.