Skip to main content

subteasers format overlay

"Patient Rights and Responsibilities" links in English and Spanish with a "Read more" option.

the standard 24px is messing with it, so changing it to height:auto works!
Add to advanced sitewide before </head> 
.amplify-teasers.standard .standard-container .nested-teasers a {
    text-decoration: underline;
    color: inherit;
    height: auto;
    display: block;
}