Skip to content

Commit

Permalink
fix: collapse height
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas committed Oct 9, 2024
1 parent b3c3225 commit ef733ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/Collapse/Collapse.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

.collapse {
@include dark-gradient;
padding: 10px 35px 25px 35px;
padding: 20px 35px 25px 35px;
grid-column: span 4;
flex-direction: column;
cursor: pointer;
transition: all 0.3s ease-in-out;
max-height: 100px;
max-height: 80px;
overflow: hidden;
&.open {
max-height: 260px;
Expand All @@ -22,7 +22,7 @@
margin-bottom: 24px;
}
&__top {
@include flexbox;
display: flex;
justify-content: space-between;
}
&__icon {
Expand Down

0 comments on commit ef733ca

Please sign in to comment.