7 lines
127 B
CSS
7 lines
127 B
CSS
/* OVERRIDE COMPONENT STYLES */
|
|
|
|
/* Heading component */
|
|
|
|
.pt-heading__subtitle {
|
|
margin-top: calc(-1 * var(--pt-gap-0-5));
|
|
}
|