Skip to content

Commit

Permalink
fix: fix CallToActionSection typography styles
Browse files Browse the repository at this point in the history
  • Loading branch information
jeangovil committed Dec 15, 2023
1 parent 75804c0 commit d417e8c
Showing 1 changed file with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,6 @@

max-width: 886px;
}

@include utils.responsive('lg', 'down') {
.mdx-cta-section__title {
font-size: 1.5rem !important;
line-height: 2rem !important;
}
}
}

.mdx-cta-section--title-button {
Expand Down Expand Up @@ -110,7 +103,7 @@
}

.mdx-cta-section__description {
@include lsd.typography('h2', false);
@include lsd.typography('h1', false);

margin-top: 2rem;
}
Expand Down

0 comments on commit d417e8c

Please sign in to comment.