Skip to content

Commit

Permalink
noticed the blog section needs a margin bottom when color scheme is a…
Browse files Browse the repository at this point in the history
…pplied
  • Loading branch information
lougoncharenko committed May 31, 2023
1 parent 9cc340b commit 6f00f65
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions assets/section-featured-blog.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.blog {
padding-bottom: 2rem;
padding-bottom: 3rem;
}

.blog-placeholder {
Expand All @@ -8,10 +8,6 @@
}

@media screen and (min-width: 750px) {
.blog {
padding-bottom: 0rem;
}

.blog-placeholder {
text-align: center;
margin: 0;
Expand Down

0 comments on commit 6f00f65

Please sign in to comment.