Skip to content

Commit

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

0 comments on commit 5876bd3

Please sign in to comment.