/**
 * @file
 * Fix styles for tile with "time" html tag.
 */

.fr-tile__detail time {
  display: contents;
}
