PagePathNavSticky.module.scss 137 B

1234567
  1. .grw-page-path-nav-sticky {
  2. :global(.sticky-inner-wrapper.active) {
  3. :global(h1) {
  4. font-size: 1.75rem !important;
  5. }
  6. }
  7. }