Skip to content

Commit

Permalink
gallery.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
leon196 committed Aug 9, 2024
1 parent 97681d2 commit 783af70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/gallery.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

.gallery-item {
position: relative;
background-color: #f9f9f9;
border-radius: 8px;
overflow: hidden;
transition: transform 0.2s;
Expand Down Expand Up @@ -47,6 +46,7 @@
justify-content: center;
align-items: center;
background: rgba(0, 0, 0, 0.5);
box-shadow: 0 0 20px black inset;
color: white;
padding: 16px;
text-align: center;
Expand Down

0 comments on commit 783af70

Please sign in to comment.