layout.css 266 B

1234567891011121314
  1. /**
  2. * @file
  3. * Presentational styles for Drupal stark theme layout.
  4. *
  5. * It is left empty for testing purposes.
  6. *
  7. * @see https://www.drupal.org/project/drupal/issues/2349711
  8. */
  9. article img,
  10. .side_notes img{
  11. width: 100%;
  12. height: 100%;
  13. object-fit: cover;
  14. }