Skip to content

Commit

Permalink
CHUX-690:feat:remove buttons 256px limit and make metroline footer ct…
Browse files Browse the repository at this point in the history
…a expand fully on mobile
  • Loading branch information
stavros-tomas committed Jul 8, 2024
1 parent d3739fb commit af972c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,11 @@ function complete() {
}
&__footer-cta {
@apply tw-ml-auto tw-mr-0;
@apply tw-w-full;
@screen md {
@apply tw-w-auto;
@apply tw-ml-auto tw-mr-0; }
}
}
</style>
2 changes: 0 additions & 2 deletions src/styles/components/ec-btn/ec-btn.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
@apply tw-whitespace-nowrap tw-overflow-hidden;
@apply tw-transition-colors tw-duration-150 tw-ease-out;

max-width: 256px;

&:hover {
@apply tw-no-underline;
}
Expand Down

0 comments on commit af972c6

Please sign in to comment.