Skip to content

Commit

Permalink
csslintChanges
Browse files Browse the repository at this point in the history
  • Loading branch information
shivangi1422 committed Apr 16, 2024
1 parent 4700da3 commit 54b7c66
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions blocks/anniversary-blogs/anniversary-blogs.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

.child {
max-width: 980px;
margin: 0 auto; /*Center the container horizontally*/
margin: 0 auto;
}

/* Styles for the blog cards */
Expand All @@ -32,7 +32,6 @@
padding-bottom: 20px;
border-radius: 8px;
text-align: left;
/* transition: transform 0.3s ease-in-out;*/
}

.blog-card p{
Expand Down Expand Up @@ -61,10 +60,6 @@
}

.blog-card picture img {
/*width: 100%;
height: 200px;
object-fit: cover;
transition: all 0.3s ease 0s;*/
position: absolute;
top: 0;
left: 0;
Expand Down

0 comments on commit 54b7c66

Please sign in to comment.