Skip to content

Commit

Permalink
Updated the recent posts mobile css
Browse files Browse the repository at this point in the history
  • Loading branch information
teshukatepalli1 committed Nov 30, 2023
1 parent 5b38763 commit 8b5ebe5
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion blocks/recent-posts/recent-posts.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,21 @@
height: auto;
}

@media (max-width: 1024px) {
.grey-article-outer {
padding-left: 20px;
padding-right: 20px;
width: auto;
}
}

@media (max-width: 767px) {
.grey-article-outer {
padding: 60px 0;
padding: 60px 20px;
}

.recent-posts .content .col {
width: 100%;
margin: 0!important;
}
}

0 comments on commit 8b5ebe5

Please sign in to comment.