Skip to content

Commit

Permalink
Remove bottom border and margin from .article-post-summary
Browse files Browse the repository at this point in the history
The `border-bottom` and `margin-bottom` properties have been
removed from the `.article-post-summary` class in the `rwd.css`
file. The `padding-bottom` property remains unchanged.
  • Loading branch information
EdiWang committed Sep 15, 2024
1 parent 39ee11c commit b49b184
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Moonglade.Web/wwwroot/css/rwd.css
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,6 @@
}

.article-post-summary {
border-bottom: 1px solid var(--gray-2);
margin-bottom: 15px;
padding-bottom: 15px;
}

Expand Down

0 comments on commit b49b184

Please sign in to comment.