Skip to content

Commit

Permalink
Fix ads horizontal centering at some breakpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond committed Apr 3, 2024
1 parent 3a0283b commit 5febd28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/scss/_ads.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
display: block;
max-width: 400px;
padding: 15px 15px 15px 160px;
margin: 2rem 0;
margin: 2rem auto 0; // `auto` is some extra code compared to the upstream rule to center horizontally the ads at small breakpoints
overflow: hidden;
@include font-size(.8125rem);
line-height: 1.4;
Expand Down

0 comments on commit 5febd28

Please sign in to comment.