You are here

node-image-field-fix.css in Thunder 8.5

Provides style override for field image in Bartik theme.

File

themes/thunder_base/css/node-image-field-fix.css
View source
  1. /**
  2. * @file
  3. *
  4. * Provides style override for field image in Bartik theme.
  5. */
  6. /**
  7. * Field image floating override in article paragraph.
  8. */
  9. .node .paragraph .blazy.field--type-image {
  10. float: none;
  11. }