Skip to content

Commit

Permalink
Change left and top edges to 1.2rem
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenekasimov committed Aug 9, 2022
1 parent f7bb764 commit 3af902e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/section-main-product.css
Original file line number Diff line number Diff line change
Expand Up @@ -572,8 +572,8 @@ a.product__text {
height: 3rem;
width: 3rem;
position: absolute;
left: calc(1.3rem + var(--media-border-width));
top: calc(1.3rem + var(--media-border-width));
left: calc(1.2rem + var(--media-border-width));
top: calc(1.2rem + var(--media-border-width));
z-index: 1;
transition: color var(--duration-short) ease,
opacity var(--duration-short) ease;
Expand Down

0 comments on commit 3af902e

Please sign in to comment.