You are here

horizontal-media-teaser-small.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-small.css
.horizontal-media-teaser-view-mode.small .field--name-node-title h3 {
  font-size: calc(1.265rem + 0.18vw);
}

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

File

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