Skip to content

Commit

Permalink
css fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maximebf committed Mar 21, 2024
1 parent 0f4427f commit 491bd2d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ section > .promo-blocks:first-child {
article {
max-width: 900px;
margin: 0 auto;
padding: 3rem 0.5rem;
padding: 0 0.5rem;
line-height: 1.5rem;
}
article img {
Expand All @@ -350,9 +350,12 @@ article {
}

@media (min-width: 900px) {
article, section {
section {
padding: 3rem 0;
}
article {
padding: 0 0 3rem;
}
}

#tags {
Expand Down

0 comments on commit 491bd2d

Please sign in to comment.