Skip to content

Commit

Permalink
AO3-6888 Let's keep the padding instead of combining it with the margin
Browse files Browse the repository at this point in the history
  • Loading branch information
sarken committed Jan 24, 2025
1 parent 3b3a70a commit 779b267
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/stylesheets/site/2.0/12-group-meta.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ dl.meta {

.meta .stats dl dd, .meta .stats dl dt {
margin-block: 0 auto;
/* the 0.375em margin previously used here + 0.25em padding-left from .stats>* that is zeroed out in the ruleset below */
margin-inline: 0 0.625em;
margin-inline: 0 0.375em;
padding-inline-end: 0.25em;
width: auto;
min-width: 0;
clear: none;
Expand Down

0 comments on commit 779b267

Please sign in to comment.