Skip to content

Commit

Permalink
Update page5.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Cavera360JM authored Apr 12, 2024
1 parent 9b21d4e commit e5aa95d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions page5.css
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@ html {
.shop-images {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(780px, 1fr));
gap: 170px;
max-width: 100px;
gap: 70px;
max-width: 7000px;
width: 100%;
color:purple;
}
Expand All @@ -189,8 +189,8 @@ html {


.shop-link img {
width: 100%;
height: 100px;
width: 75%;
height: 50px;
object-fit: cover;
margin-bottom: 15px;
}
Expand Down

0 comments on commit e5aa95d

Please sign in to comment.