Currently shortcodes contain hard coded styling, which is against good practice.
Affected shortcodes:
These shortcodes need to be reworked so that styling is applied via scss.
Originally posted by @chalin in #1376 (comment)
I'd suggest adding custom styling through `cards-pace.scss`;
avoid the `border` class here, and even consider moving
the `me-4` into, say, `.td-card.card`.
Currently shortcodes contain hard coded styling, which is against good practice.
Affected shortcodes:
These shortcodes need to be reworked so that styling is applied via scss.
Originally posted by @chalin in #1376 (comment)