Skip to content

Commit

Permalink
MWPW-163083 Remove extra spacing above article header (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
meganthecoder authored Jan 14, 2025
1 parent 72ca41d commit aedcaf4
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion blog/styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,17 @@ main p picture img {

.recommended-articles-small-content-wrapper .article-card .article-card-body h3 {
margin-bottom: 0;
}
}

main .article-header {
margin: 0;
padding-top: var(--spacing-xxl);
}

main .article-header .article-category div,
main .article-header .article-category p {
margin: 0;
}

@media screen and (min-width: 600px) {
body main {
Expand Down

0 comments on commit aedcaf4

Please sign in to comment.