Skip to content

Commit

Permalink
increase site brightness in portfolio
Browse files Browse the repository at this point in the history
  • Loading branch information
alifeee committed Nov 23, 2023
1 parent de5dc90 commit 80d921c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/portfolios/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,7 @@ <h2 class="shade">Holiday visualiser web app</h2>
left: 0;
width: 100%;
height: 100%;
transition: filter 0.1s ease;
filter: brightness(0.5);
transition: filter 0.2s ease;
object-fit: cover;
object-position: 50% 0%;
}
Expand All @@ -265,7 +264,7 @@ <h2 class="shade">Holiday visualiser web app</h2>
color: grey;
}
.page:hover img {
filter: brightness(0.25);
filter: brightness(0.5);
}
.page:hover {
transform: scale(1.05);
Expand Down

0 comments on commit 80d921c

Please sign in to comment.