Skip to content

Commit

Permalink
Fix position texte collapse
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-mini committed Dec 18, 2022
1 parent ba383dd commit 06ad650
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/components/Collapse/_collapse.scss
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,7 @@
}

@media screen and (min-width: map-get($breakpoint, laptop)) {
padding: 22px 27px 19px 18px;
}

@media screen and (min-width: map-get($breakpoint, laptop-L)) {
padding: 27px 11.5px 5px 11.5px;
padding: 22px 27px 27px 20px;
}
}
}
Expand Down Expand Up @@ -139,7 +135,7 @@
font-size: 18px;
line-height: 25.67px;
font-weight: 400;
padding: 22px 27px 47px 18px;
padding: 22px 27px 47px 20px;
}
}

Expand Down

0 comments on commit 06ad650

Please sign in to comment.