Skip to content

Commit

Permalink
increase height of project card bottom on mobile layout
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtificialLegacy committed Jan 15, 2024
1 parent d50c8e0 commit 39c966d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/project_card/styles/project_card.css
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@

.project-card-desc-active {
.project-card-bottom {
height: 50%;
height: 65%;
transition: height 0.5s ease-in-out;
transition-delay: 0.1s;
}
Expand Down

0 comments on commit 39c966d

Please sign in to comment.