Skip to main content

Call to Action Underline - Teaser Cards

<style>
.amplify-teasers.cards article .cta a {
    font-size: 1.2em;
    text-decoration: none; /* Ensures no default underline */
}

.amplify-teasers.cards article .cta a:hover {
    text-decoration: underline; /* Simple underline on hover */
}
</style>