Skip to content

Commit

Permalink
Fixed gallery items
Browse files Browse the repository at this point in the history
  • Loading branch information
leontm-dev committed Apr 4, 2024
1 parent e6469f7 commit e20ba31
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/unternehmen/gallery.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,16 @@
backdrop-filter: blur(5px);
padding: 20px;
}
@media (max-width: 700px) {
.gallery-item {
width: 75%;
aspect-ratio: unset;
}
.gallery-link {
width: 100%;
aspect-ratio: unset;
}
.gallery-item-title {
backdrop-filter: unset;
}
}

0 comments on commit e20ba31

Please sign in to comment.