Skip to content

Commit

Permalink
NA - Fix accessories page overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alexiscoelho committed Mar 5, 2024
1 parent 8aafabd commit ddc6417
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,7 @@ body.accessory-focus .default-content-wrapper p:first-child {
margin: 0;
height: 100vh;
width: 50%;
position: relative;
}

/* stylelint-disable-next-line no-descending-specificity */
Expand All @@ -408,6 +409,7 @@ body.interior-focus .default-content-wrapper p:first-child img,
body.accessory-focus .default-content-wrapper p:first-child img {
height: 100vh;
object-fit: cover;
position: absolute;
}

/* stylelint-disable-next-line no-descending-specificity */
Expand Down

0 comments on commit ddc6417

Please sign in to comment.