<div class="paragraph">
    <p>FTSE Russell's solutions offer a true picture of global market across asset classes, styles, and strategies. Our global perspective is underpinned by specialist knowledge gained from developing local solutions and understanding client needs around
        the world.</p>
</div>
<div class="paragraph">
  <p>{{ text }}</p>
</div>
{
  "text": "FTSE Russell's solutions offer a true picture of global market across asset classes, styles, and strategies. Our global perspective is underpinned by specialist knowledge gained from developing local solutions and understanding client needs around the world."
}
  • Content:
    .paragraph {
      margin: 0 auto;
      max-width: $breakpoint-xxl;
    
      p {
        font-size: $font-size-lg;
        line-height: 2;
        margin: 0 auto;
        padding: ($space-xl*2) $space-xl;
        text-align: center;
    
        @include mq($breakpoint-lg) {
          padding: ($space-xl*2) 0 ($space-xxl*2);
          width: 55%;
        }
      }
    }
    
  • URL: /components/raw/paragraph/_paragraph.scss
  • Filesystem Path: src/components/molecules/paragraph/_paragraph.scss
  • Size: 312 Bytes

There are no notes for this item.