You are here

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

Same filename and directory in other branches
  1. 8 css/horizontal-media-teaser/theme/horizontal-media-teaser-large.css
.horizontal-media-teaser-view-mode.large .field--name-node-title h3 {
  font-size: calc(1.305rem + 0.66vw);
}

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

File

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