Skip to content

Commit

Permalink
Fix home image viewport
Browse files Browse the repository at this point in the history
  • Loading branch information
AsteroidusTv committed Oct 12, 2024
1 parent e59ea40 commit fd75a5b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ main {
.buy-images-container {
display: flex;
width: 82.5%;
height: 360px;
overflow: hidden;
border-radius: var(--border-radius);
position: relative;
Expand All @@ -59,7 +60,7 @@ main {
}

.buy-image {
width: 351px;
width: 360px;
}

.buy-text {
Expand Down Expand Up @@ -210,7 +211,7 @@ main {
.main-section {
padding-left: 0;
padding-right: 0;
}
}

.product-container {
gap: 0px;
Expand Down

0 comments on commit fd75a5b

Please sign in to comment.