Skip to content

Commit

Permalink
My Jetpack: fix spacing between price and discount tag (#39576)
Browse files Browse the repository at this point in the history
* My Jetpack: fix discount tag spacing

* changelog
  • Loading branch information
IanRamosC authored Sep 30, 2024
1 parent c94ffe2 commit 178bdd9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,16 +117,13 @@
display: flex;
flex-wrap: wrap;
align-items: flex-end;
gap: calc( var( --spacing-base ) * 2 );
color: var( --jp-black );
}

.price {
position: relative;

&:first-child {
margin-right: calc( var( --spacing-base ) * 2 );
}

&.is-old {
color: var( --jp-gray-20 );

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Significance: patch
Type: changed
Comment: Minor change updating the discount tag spacing in the product interstitials


0 comments on commit 178bdd9

Please sign in to comment.