Skip to content

Commit

Permalink
Merge pull request #334 from dump-hr/fix/gallery-section
Browse files Browse the repository at this point in the history
fix gallery section background
  • Loading branch information
bdeak4 authored May 1, 2024
2 parents 523bbba + a66ba8d commit e8e7bdc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified apps/web/src/assets/images/gallery-background.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion apps/web/src/components/FilmFrame/FilmFrame.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
position: absolute;
top: 3%;
left: 4%;
width: 91%;
width: 91.35%;
height: 92%;
object-fit: cover;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
.arrow {
position: absolute;
top: 50px;
right: 50px;
right: 55px;
}

@media screen and (max-width: 768px) {
Expand Down

0 comments on commit e8e7bdc

Please sign in to comment.