Skip to content

Commit

Permalink
Reorganizing CSS for background changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vanmeciv committed Jul 17, 2023
1 parent c04ac72 commit fa36112
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -942,11 +942,6 @@ p.bold {
padding-bottom: 100px;
}

.gallery {
max-width: 100%;
background-image: url('../img/gallery/countour_gallery_bg.png')
}

.gallery-ecommerce {
max-width: 100%;
}
Expand Down Expand Up @@ -995,8 +990,10 @@ p.bold {
}

.gallery {
background: #4c4c4c;
/* background: #4c4c4c; */
min-height: 500px;
background-image: url('../img/gallery/countour_gallery_bg.png')
max-width: 100%;
}

#portfolio .container .gallery {
Expand Down

0 comments on commit fa36112

Please sign in to comment.