Skip to content

Commit

Permalink
Merge pull request #56 from ClubCedille/feature/EHP/fix-mission-card-…
Browse files Browse the repository at this point in the history
…height

fix mission and project card section
  • Loading branch information
SonOfLope authored Mar 4, 2023
2 parents 353057d + d550655 commit f38e83e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions themes/coHub/assets/js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ $(document).ready(function () {
});

// mission Item Match Height
$(".mission-item").matchHeight({
byRow: 0,
});
//$(".mission-item").matchHeight({
//byRow: 0,
//});

// .projet-content Match Height
$(".projet-content").matchHeight({
Expand Down
4 changes: 4 additions & 0 deletions themes/coHub/assets/scss/components/projet.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,16 @@
}
img {
width: 100%;
height: 160px;
border-radius: 5px 5px 0 0;
transition: all 0.3s ease-in-out;

&:hover {
opacity: 0.7;
}
@include tablet{
height: inherit;
}
}
}
&-content {
Expand Down

1 comment on commit f38e83e

@vercel
Copy link

@vercel vercel bot commented on f38e83e Mar 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.