Skip to content

Commit

Permalink
Do not set padding-inline under article by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ator-dev committed May 14, 2024
1 parent d2b74d2 commit 8d696b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ <h2>Introduction</h2>
It's open source, free, and ad-less forever!
</p>
<h2>My favourite reviews</h2>
<ul class="review-list">
<ul class="review-list full-width">
<li><figure>
<blockquote>
<p><mark>Simple and Extremely powerful.</mark>
Expand Down
5 changes: 5 additions & 0 deletions main.css
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,11 @@ body > input {
}

header > *, article > * {
margin-inline: 10px;
}

article > .full-width {
margin-inline: 0;
padding-inline: 10px;
}

Expand Down

0 comments on commit 8d696b4

Please sign in to comment.