- Choosing a selection results in a full page refresh.
- Press the space key then arrow keys to make a selection.
- Use left/right arrows to navigate the slideshow or swipe left/right if using a mobile device
/* -- code to modify banner-type heading font size for desktop and tablet -- */
@media screen and (min-width: $medium) {
.rich-text__heading--large section-header__title h1 {letter-spacing: 12px;}
}
/* - end - */
}