Skip to content

Commit

Permalink
updated the css a little bit
Browse files Browse the repository at this point in the history
  • Loading branch information
danielc-n committed Oct 28, 2024
1 parent 3c50495 commit 1bb3803
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -863,6 +863,7 @@ Select scribe theme Start
object-fit: cover;
cursor: pointer;
transition: transform 0.2s;
border-radius: 10px;
}

.gallery-image:hover {
Expand Down Expand Up @@ -901,6 +902,7 @@ Select scribe theme Start
max-width: 90%;
max-height: 90%;
object-fit: contain;
border-radius: 10px;
}

.zoomed-video {
Expand Down

0 comments on commit 1bb3803

Please sign in to comment.