You are here

horizontal-media-teaser-xlarge.css in View Modes Inventory - Bootstrap Ready 8.2

.horizontal-media-teaser-view-mode.xlarge .field--name-node-title h3 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  .horizontal-media-teaser-view-mode.xlarge .field--name-node-title h3 {
    font-size: 2rem;
  }
}

File

css/horizontal-media-teaser/theme/horizontal-media-teaser-xlarge.css
View source
  1. .horizontal-media-teaser-view-mode.xlarge .field--name-node-title h3 {
  2. font-size: calc(1.325rem + 0.9vw);
  3. }
  4. @media (min-width: 1200px) {
  5. .horizontal-media-teaser-view-mode.xlarge .field--name-node-title h3 {
  6. font-size: 2rem;
  7. }
  8. }