Skip to content

Commit

Permalink
fix: remove unused transition
Browse files Browse the repository at this point in the history
  • Loading branch information
nicokaiser committed Nov 17, 2024
1 parent 18715c7 commit 5a0ccf6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions assets/css/_styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -262,9 +262,6 @@ section.gallery {
}

& > img, & figure > img {
transition-duration: 150ms;
transition-property: all;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
border-radius: 1rem;
aspect-ratio: 3/2;
Expand Down Expand Up @@ -344,9 +341,6 @@ section.featured {
aspect-ratio: 1 / 1;
width: 100%;
overflow: hidden;
transition-duration: 150ms;
transition-property: all;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);

@media (min-width: 640px) {
aspect-ratio: 16/9;
Expand Down

0 comments on commit 5a0ccf6

Please sign in to comment.